fix: Remove deprecated populate
This commit is contained in:
parent
52dfc2902a
commit
6f723922d6
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user