Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi committed Apr 11, 2024
1 parent ff1b8cd commit 434479a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/witness/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
import dataclasses
from logging import error, warning
from typing import Any, Dict, List, Optional, cast
from typing import Dict, List, Optional, cast

from BaseClasses import CollectionState, Entrance, Location, Region, Tutorial

Expand Down

0 comments on commit 434479a

Please sign in to comment.