diff options
Diffstat (limited to 'rust/tests/test_old_python_tests.rs')
-rw-r--r-- | rust/tests/test_old_python_tests.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/rust/tests/test_old_python_tests.rs b/rust/tests/test_old_python_tests.rs index d607fa42..0676a604 100644 --- a/rust/tests/test_old_python_tests.rs +++ b/rust/tests/test_old_python_tests.rs @@ -4,11 +4,6 @@ * a single editgroup. */ -extern crate fatcat; -extern crate fatcat_api_spec; -extern crate iron; -extern crate uuid; - use fatcat_api_spec::models::*; use fatcat_api_spec::*; |