Skip to content

Commit 6a6c00e

Browse files
committed
remove unused imports
1 parent 5d52e2e commit 6a6c00e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

piccolo/query/base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
from __future__ import annotations
2-
import datetime
32
import itertools
43
from time import time
54
import typing as t
65

7-
from asyncpg.pgproto.pgproto import UUID
8-
96
from piccolo.querystring import QueryString
107
from piccolo.utils.sync import run_sync
118

0 commit comments

Comments
 (0)