1
Fork 0
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:
Steffo 2021-04-15 02:53:19 +02:00
parent 5531651a1f
commit c6f06cdca7
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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__)