diff --git a/src/phub/objects/data.py b/src/phub/objects/data.py index 65f9e08..10216bc 100644 --- a/src/phub/objects/data.py +++ b/src/phub/objects/data.py @@ -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)