From 6f723922d6e71e6dcbc0cc1ab5ecef0e295a739f Mon Sep 17 00:00:00 2001 From: moanos Date: Sat, 23 Mar 2024 22:19:16 +0100 Subject: [PATCH] fix: Remove deprecated populate --- src/notfellchen/main.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/notfellchen/main.py b/src/notfellchen/main.py index bf19fef..08bc2dd 100644 --- a/src/notfellchen/main.py +++ b/src/notfellchen/main.py @@ -18,10 +18,6 @@ def main(): "forget to activate a virtual environment?" ) from exc - if sys.argv[1] == "populate": - from fellchensammlung.populate_with_testdata import populate_with_testdata - populate_with_testdata() - execute_from_command_line(sys.argv)