Skip to content

Commit 8435067

Browse files
committed
refactor(sentiment): remove unnecessary empty lines
1 parent 821b8db commit 8435067

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

src/ekonlpy/sentiment/base.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
This module contains base classes for dictionaries.
33
"""
44

5-
65
import abc
76

87
from ekonlpy.utils.io import installpath

src/ekonlpy/sentiment/mpck.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
This module contains classes for monetary policy sentiment classifier.
33
"""
44

5-
65
import os
76
import pickle
87
from collections import defaultdict, namedtuple

src/ekonlpy/sentiment/utils.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
This module contains methods to tokenize sentences.
33
"""
4+
45
import abc
56
import os
67
import re

0 commit comments

Comments
 (0)