Skip to content

Commit

Permalink
Remove unused imports from snapmod.py
Browse files Browse the repository at this point in the history
  • Loading branch information
skoolkid committed Dec 11, 2023
1 parent 96859cd commit 1c4c228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skoolkit/snapmod.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import argparse

from skoolkit import SkoolKitError, VERSION
from skoolkit.snapshot import Snapshot, move, poke, print_reg_help, print_state_help
from skoolkit.snapshot import Snapshot, print_reg_help, print_state_help

def run(infile, options, outfile):
snapshot = Snapshot.get(infile)
Expand Down

0 comments on commit 1c4c228

Please sign in to comment.