Skip to content

Commit 5c1af4d

Browse files
committed
Remove unused imports
1 parent 05dfcfc commit 5c1af4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/track_linearization/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
from math import sqrt
2-
from typing import TYPE_CHECKING, Any, Dict, Iterator, List, Optional, Tuple, Union
2+
from typing import Any, Dict, Iterator, List, Optional, Tuple, Union
33

44
import dask
55
import networkx as nx
66
import numpy as np
77
import pandas as pd
88
import scipy.sparse
99
import scipy.stats
10-
from networkx import Graph # More specific type for track_graph
10+
from networkx import Graph
1111

1212
try:
1313
import numba

0 commit comments

Comments
 (0)