Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LongxingTan committed Nov 25, 2022
1 parent 3fa73e7 commit 716c842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lekin/solver/dispatching_rules/spt.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
"""Shortest Processing Time"""

from typing import Any, Callable, Dict, List, Optional, Tuple, Union

from sortedcollections import SortedDict
# from collections import sorteddict


class SPT(object):
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 716c842

Please sign in to comment.