Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 15, 2024
1 parent 55fb103 commit 2c2ca61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/textblob/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

import nltk


##### POS TAGGERS #####


Expand Down
2 changes: 1 addition & 1 deletion src/textblob/formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ class PipeDelimitedFormat(formats.DelimitedFormat):
with open('training_data.psv', 'r') as fp:
cl = NaiveBayesAnalyzer(fp, format='psv')
"""
import json
import csv
import json
from collections import OrderedDict

from textblob.utils import is_filelike
Expand Down

0 comments on commit 2c2ca61

Please sign in to comment.