Skip to content

Commit

Permalink
Update filter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mastrolube committed Jun 25, 2021
1 parent 751a0df commit f419e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GramAddict/core/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from langdetect import detect
from enum import Enum, auto
from datetime import datetime
from GramAddict.core.views import ProfileView, FollowStatus, OpenedPostView
from GramAddict.core.views import ProfileView, FollowStatus
from GramAddict.core.resources import ClassName, ResourceID as resources

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit f419e12

Please sign in to comment.