Skip to content

Commit

Permalink
Fix flake8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
1kastner committed Sep 9, 2023
1 parent ea26a22 commit 31c8d5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(self):
storage_requirement: None
for storage_requirement in StorageRequirement
} for vehicle in ModeOfTransport
}
}

self.vehicle_factory = VehicleFactory()
self.time_window_length_in_hours: typing.Optional[int] = None
Expand Down
1 change: 0 additions & 1 deletion conflowgen/tools/distribution_approximator.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class SamplerExhaustedException(Exception):
pass



class DistributionApproximator:

class_level_seeded_random: None | random.Random = None
Expand Down

0 comments on commit 31c8d5d

Please sign in to comment.