Skip to content

Commit

Permalink
removed looping import
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoil committed Aug 22, 2019
1 parent 7655fdb commit 6698de4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages


__version__ = "7.10.0"
__version__ = "7.10.1"

result_handlers = [
"db = rotest.core.result.handlers.db_handler:DBHandler",
Expand Down
1 change: 0 additions & 1 deletion src/rotest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import colorama

from .common import config
from .cli.client import main


# Enable color printing on screen.
Expand Down

0 comments on commit 6698de4

Please sign in to comment.