Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
fix lint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
chambridge committed Aug 24, 2017
1 parent db55a15 commit 621e6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rho/factredactcommand.py
Expand Up @@ -17,7 +17,7 @@
import uuid
from tempfile import gettempdir
from shutil import move
from optparse import SUPPRESS_HELP
from optparse import SUPPRESS_HELP # pylint: disable=deprecated-module
from rho import utilities
from rho.clicommand import CliCommand
from rho.translation import _
Expand Down

0 comments on commit 621e6e5

Please sign in to comment.