diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-01 14:32:59 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-01 14:32:59 -0500 |
commit | d9685d76abebab6814d1400bef058a26b0e18cbd (patch) | |
tree | bf062753b04676fc8885c8a1d8865c2246b966d0 | |
parent | 4a00cfac15ffff044425a8c7d698f394d9a79cef (diff) |
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.
-rw-r--r-- | pokemontools/crystal.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pokemontools/crystal.py b/pokemontools/crystal.py index e3f2455..da935a7 100644 --- a/pokemontools/crystal.py +++ b/pokemontools/crystal.py @@ -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, |