mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-26 21:14:19 +00:00
🧹 Remove unused import
This commit is contained in:
parent
5531651a1f
commit
c6f06cdca7
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ from . import discard
|
|||
|
||||
if t.TYPE_CHECKING:
|
||||
from .dispenser import Dispenser
|
||||
from .bullet import Projectile, Casing
|
||||
from .bullet import Projectile
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Reference in a new issue