Skip to content

Commit a804f44

Browse files
committed
Add missing import for OrderedDict in query.py
1 parent 545f068 commit a804f44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

psqlextra/query.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
from typing import List, Tuple, Optional, Dict, Any
21
from enum import Enum
2+
from typing import List, Tuple, Optional, Dict, Any
3+
from collections import OrderedDict
34

45
from django.db import models
56
from django.db.models import sql

0 commit comments

Comments
 (0)