summaryrefslogtreecommitdiffstatshomepage
path: root/tests/api/test_world.py
diff options
context:
space:
mode:
authorWolfgang Müller2024-11-14 15:47:52 +0100
committerWolfgang Müller2024-11-14 16:28:09 +0100
commit2eff6f0bd75c9959b7b899d169164343cd0377c9 (patch)
tree51bb0e3148e39cde126b088cd646d2212aa3f320 /tests/api/test_world.py
parent11d1509456c81bd0128afb0c4eedbb26bd8751c4 (diff)
downloadhircine-2eff6f0bd75c9959b7b899d169164343cd0377c9.tar.gz
backend/lint: Fix import formatting
Diffstat (limited to '')
-rw-r--r--tests/api/test_world.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/api/test_world.py b/tests/api/test_world.py
index a3926d1..3546c2c 100644
--- a/tests/api/test_world.py
+++ b/tests/api/test_world.py
@@ -3,6 +3,7 @@ from datetime import timezone
import pytest
from conftest import DB, Response
+
from hircine.db.models import World