Skip to content

Commit

Permalink
tiny
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcropper committed Feb 21, 2024
1 parent faad02c commit 02f5605
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion popper/loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ def run(self):
with settings.stats.duration('init'):
if settings.single_solve:
from . gen2 import Generator
# from . generate import Generator
elif settings.max_rules == 2 and not settings.pi_enabled:
from . gen3 import Generator
else:
Expand Down

0 comments on commit 02f5605

Please sign in to comment.