mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-09-27 03:50:52 -05:00
don't import remove_quoted_text into crystal.py
This function isn't used in crystal.py, so it can be safely removed from the imports.
This commit is contained in:
@@ -22,7 +22,6 @@ if not hasattr(json, "dumps"):
|
||||
json.dumps = json.write
|
||||
|
||||
from labels import (
|
||||
remove_quoted_text,
|
||||
line_has_comment_address,
|
||||
line_has_label,
|
||||
get_label_from_line,
|
||||
|
||||
Reference in New Issue
Block a user