diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-29 20:31:51 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-29 20:31:51 +0000 |
commit | f2a43558f92ef97b274c7b4f38c3a2da6126fb05 (patch) | |
tree | c1840ce078374f2b470066eb44232c9a62bc6477 /core/TESTS | |
parent | e3a94986566e4c12674553976c4e5f91edd31267 (diff) | |
download | troggle-f2a43558f92ef97b274c7b4f38c3a2da6126fb05.tar.gz troggle-f2a43558f92ef97b274c7b4f38c3a2da6126fb05.tar.bz2 troggle-f2a43558f92ef97b274c7b4f38c3a2da6126fb05.zip |
Split out logbook_edit.py and ruff fix
Diffstat (limited to 'core/TESTS')
-rw-r--r-- | core/TESTS/test_imports.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/TESTS/test_imports.py b/core/TESTS/test_imports.py index e81054b..9a40041 100644 --- a/core/TESTS/test_imports.py +++ b/core/TESTS/test_imports.py @@ -54,6 +54,7 @@ class SimpleTest(SimpleTestCase): from troggle.parsers.people import GetPersonExpeditionNameLookup def test_import_views_uploads(self): + from troggle.core.views.logbook_edit import logbookedit from troggle.core.views.uploads import dwgupload def test_import_views_walletedit(self): |