Skip to content

Commit c9b2114

Browse files
committed
Factorio: appease the linter
1 parent aca323a commit c9b2114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worlds/factorio/Shapes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
TechTreeLayout.option_large_funnels: 15}
1616

1717

18-
def _sorter(location: "FactorioLocation"):
18+
def _sorter(location: "FactorioScienceLocation"):
1919
return location.complexity, location.rel_cost
2020

2121

0 commit comments

Comments
 (0)