Skip to content

Commit 2c8e861

Browse files
committed
Import order fix
1 parent 4bf408b commit 2c8e861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rushdb/api/records.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import typing
2-
from typing import Any, Dict, List, Optional, Union, Tuple
2+
from typing import Any, Dict, List, Optional, Tuple, Union
33

44
from ..models.record import Record
55
from ..models.relationship import RelationshipDetachOptions, RelationshipOptions

0 commit comments

Comments
 (0)