Skip to content

Commit

Permalink
fix(rprank): fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Oct 24, 2023
1 parent e902540 commit 97629d5
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions rptools/rprank/__main__.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
from typing import (
Dict,
List
)
from logging import (
Logger,
getLogger
)
from os import (
path as os_path,
makedirs
)
from .rpRank import rank
from os import path as os_path
from .rprank import rank
from .Args import add_arguments
from rptools.rplibs import rpPathway
from rptools import build_args_parser
Expand Down

0 comments on commit 97629d5

Please sign in to comment.