Remove unneeded new SQL function lines

This commit is contained in:
Deka Jello 2024-04-18 10:32:01 -05:00
parent 75840f2ba5
commit fdb36ed097

View file

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