Skip to content

Commit f5a4722

Browse files
Refactor imports in client.py to maintain consistency by moving IDV import to a new position
1 parent 0eec889 commit f5a4722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tango/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
TangoValidationError,
1717
)
1818
from tango.models import (
19+
IDV,
1920
Agency,
2021
BusinessType,
2122
Contract,
22-
IDV,
2323
Entity,
2424
Forecast,
2525
Grant,

0 commit comments

Comments
 (0)