Skip to content

Commit 487cc1f

Browse files
Fix flake8 warnings
Signed-off-by: Jean-Christophe Morin <[email protected]>
1 parent 4da8820 commit 487cc1f

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

src/rez/cli/_entry_points.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ def decorator(fn):
6060
return fn
6161
return decorator
6262

63+
6364
### Entry points
6465

66+
6567
@register("rez")
6668
def run_rez():
6769
from rez.cli._main import run

src/rez/shells.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from rez.utils.which import which
1111
from rez.utils.logging_ import print_warning
1212
from rez.utils.execution import Popen
13-
from rez.system import system
1413
from rez.exceptions import RezSystemError
1514
from rez.rex import EscapedString
1615
from rez.config import config

src/rezplugins/shell/_utils/powershell_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from rez.config import config
1010
from rez.rex import RexExecutor, OutputStyle, EscapedString
1111
from rez.shells import Shell
12-
from rez.system import system
1312
from rez.utils.platform_ import platform_
1413
from rez.utils.execution import Popen
1514
from rez.util import shlex_join

src/rezplugins/shell/cmd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from rez.config import config
99
from rez.rex import RexExecutor, expandable, OutputStyle, EscapedString
1010
from rez.shells import Shell
11-
from rez.system import system
1211
from rez.utils.execution import Popen
1312
from rez.utils.platform_ import platform_
1413
from ._utils.windows import to_windows_path, get_syspaths_from_registry

0 commit comments

Comments
 (0)