1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 15:57:14 +03:00

edshipyard: Minor typing fix

This commit is contained in:
Athanasius 2022-12-22 13:58:23 +00:00
parent 25dfb0588a
commit 9377bbf225
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -81,7 +81,7 @@ def export(data, filename=None) -> None: # noqa: C901, CCR001
if not v:
continue
module: __Module = outfitting.lookup(v['module'], ship_map)
module: __Module | None = outfitting.lookup(v['module'], ship_map)
if not module:
continue