Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
raubitsj committed Jul 27, 2020
1 parent 52ceb81 commit f6ebfae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions wandb/sdk/wandb_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
from wandb.apis import internal, public
from wandb.data_types import _datatypes_set_callback
from wandb.errors import Error
from wandb.lib import console as lib_console
from wandb.lib import redirect
from wandb.old import io_wrap
from wandb.util import sentry_set_scope, to_forward_slash_path
from wandb.viz import Visualize

Expand Down Expand Up @@ -407,6 +405,9 @@ def _redirect(self, stdout_slave_fd, stderr_slave_fd):

# TODO(jhr): everything below here is not executed as we only support redir mode
#
# from wandb.lib import console as lib_console
# from wandb.old import io_wrap
#
# redirect stdout
# if platform.system() == "Windows":
# lib_console.win32_redirect(stdout_slave_fd, stderr_slave_fd)
Expand Down

0 comments on commit f6ebfae

Please sign in to comment.