Skip to content

Commit

Permalink
fix flake8 maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouramie committed Nov 25, 2024
1 parent ed64a9c commit c056d5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions worlds/stardew_valley/logic/building_logic.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import typing
from functools import cached_property
from typing import Union

Expand All @@ -11,6 +12,11 @@
from ..strings.building_names import Building
from ..strings.region_names import Region

if typing.TYPE_CHECKING:
from .source_logic import SourceLogicMixin

assert SourceLogicMixin

has_group = "building"


Expand Down

0 comments on commit c056d5f

Please sign in to comment.