Skip to content

Commit

Permalink
update import order
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuanyuXue committed Feb 6, 2024
1 parent 8643b74 commit 22b5fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tsnkit/data/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
import pandas as pd
from tqdm import tqdm
import networkx as nx
from tsnkit.data.dataset_spec import generate_flowset
from tsnkit.data.dataset_spec import TOPO_FUNC
from .dataset_spec import generate_flowset
from .dataset_spec import TOPO_FUNC


class DatasetGenerator:
Expand Down

0 comments on commit 22b5fb7

Please sign in to comment.