Skip to content

Commit

Permalink
Fixed by linters
Browse files Browse the repository at this point in the history
  • Loading branch information
osherdp committed Jun 10, 2018
1 parent d794b09 commit 403f460
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/rotest/cli/client.py
Expand Up @@ -41,11 +41,11 @@
from __future__ import print_function
import sys
import inspect
import pkg_resources
from itertools import chain

import docopt
import django
import pkg_resources
from attrdict import AttrDict

from rotest.core import TestSuite
Expand Down
1 change: 0 additions & 1 deletion src/rotest/cli/server.py
Expand Up @@ -11,7 +11,6 @@
-D, --daemon Run as a background process.
"""
from __future__ import print_function
import os
import sys
import subprocess

Expand Down

0 comments on commit 403f460

Please sign in to comment.