Skip to content

Commit

Permalink
refactor(sentiment): remove unnecessary empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Mar 27, 2024
1 parent 821b8db commit 8435067
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/ekonlpy/sentiment/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
This module contains base classes for dictionaries.
"""


import abc

from ekonlpy.utils.io import installpath
Expand Down
1 change: 0 additions & 1 deletion src/ekonlpy/sentiment/mpck.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
This module contains classes for monetary policy sentiment classifier.
"""


import os
import pickle
from collections import defaultdict, namedtuple
Expand Down
1 change: 1 addition & 0 deletions src/ekonlpy/sentiment/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
This module contains methods to tokenize sentences.
"""

import abc
import os
import re
Expand Down

0 comments on commit 8435067

Please sign in to comment.