Skip to content

Commit

Permalink
Remove FeedItem locals import
Browse files Browse the repository at this point in the history
  • Loading branch information
Egsago-n committed Mar 22, 2024
1 parent 9d69b20 commit 5eef32f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/phub/objects/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ def item_type(self) -> str:
Item type.
'''

from .. import locals

raw = consts.re.get_feed_type(self.raw)

return consts.FEED_CLASS_TO_CONST.get(raw)
Expand Down

0 comments on commit 5eef32f

Please sign in to comment.