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:
parent
25dfb0588a
commit
9377bbf225
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user