Skip to content

Commit

Permalink
Removes unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
pritchardn committed Sep 20, 2022
1 parent 13d292b commit 484ec0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
29 changes: 1 addition & 28 deletions daliuge-translator/dlg/dropmake/pg_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,38 +28,11 @@
if __name__ == "__main__":
__package__ = "dlg.dropmake"

import collections
import datetime
import json
import logging
import string
import time
from collections import defaultdict
from itertools import product
from typing import ValuesView

import networkx as nx
import numpy as np

from .scheduler import MySarkarScheduler, DAGUtil, MinNumPartsScheduler, PSOScheduler
from .utils.bash_parameter import BashCommand
from ..common import dropdict
from ..common import Categories, DropType
from .dm_utils import (
LG_APPREF,
getNodesKeyDict,
get_lg_ver_type,
convert_construct,
convert_fields,
convert_mkn,
getAppRefInputs,
LG_VER_EAGLE,
LG_VER_EAGLE_CONVERTED,
)
from .utils.bash_parameter import BashCommand
from ..common import Categories
from ..common import STORAGE_TYPES, APP_DROP_TYPES
from ..common import dropdict

from dlg.dropmake.lg import LG, GraphException
from dlg.dropmake.pgt import PGT
from dlg.dropmake.pgtp import MetisPGTP, MySarkarPGTP, MinNumPartsPGTP, PSOPGTP
Expand Down
1 change: 0 additions & 1 deletion daliuge-translator/dlg/dropmake/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import logging
import os
import platform
import random
import time
from collections import defaultdict

Expand Down

0 comments on commit 484ec0a

Please sign in to comment.