diff --git a/server/szurubooru/migrations/env.py b/server/szurubooru/migrations/env.py index 32a02deb..9c3bcd61 100644 --- a/server/szurubooru/migrations/env.py +++ b/server/szurubooru/migrations/env.py @@ -23,8 +23,6 @@ sys.path.append(os.path.join(dir_to_self, *[os.pardir] * 2)) import szurubooru.config # noqa: E402 import szurubooru.model.base # noqa: E402 -#from szurubooru.migrations.functions import get_pool_posts_around # noqa: E402 -#register_entities([get_pool_posts_around]) # fmt: on