Commit 8377710
committed
Refactor imports in GraphTemplate model for clarity and organization
- Rearranged import statements for better readability and structure.
- Added missing import for Dict to support type annotations.
- Ensured consistent import order by placing BaseDatabaseModel import after other dependencies.
These changes enhance the maintainability of the GraphTemplate model by improving the organization of its imports.1 parent 40218db commit 8377710
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | | - | |
11 | | - | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments