fix: Remove deprecated populate

This commit is contained in:
moanos [he/him] 2024-03-23 22:19:16 +01:00
parent 52dfc2902a
commit 6f723922d6

View File

@ -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)