diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-12 01:15:01 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-12 01:15:01 -0500 |
commit | 05c396ddd985bf690590aa920a4f771d5d02d7e1 (patch) | |
tree | d0fbde37c5b30936df1c9724d8db11ba8d6238bd /tests/integration/tests.py | |
parent | fff6a7154cf70512d82bf106687efff7111c6934 (diff) |
remove an unused import from integration tests
Diffstat (limited to 'tests/integration/tests.py')
-rw-r--r-- | tests/integration/tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration/tests.py b/tests/integration/tests.py index 1dffd4e..40933e5 100644 --- a/tests/integration/tests.py +++ b/tests/integration/tests.py @@ -84,7 +84,6 @@ from pokemontools.crystal import ( process_incbins, get_labels_between, generate_diff_insert, - find_labels_without_addresses, rom_text_at, get_label_for, split_incbin_line_into_three, |