code styling: add comments and fix pep8
This commit is contained in:
@@ -72,7 +72,10 @@ def parse(filename: str) -> DataSet:
|
||||
domestic = True
|
||||
else:
|
||||
domestic = False
|
||||
flights.update({id1: {"to": id2, "stops": stops, "domestic": domestic}})
|
||||
flights.update({id1: {
|
||||
"to": id2,
|
||||
"stops": stops,
|
||||
"domestic": domestic}})
|
||||
continue
|
||||
case ParsingMode.FINDCONNECTION:
|
||||
print("Parsing connection...")
|
||||
|
||||
Reference in New Issue
Block a user