Private GIT

Skip to content
Snippets Groups Projects
Commit bb255692 authored by labrys's avatar labrys
Browse files

PEP 8: Optimize imports

parent b915e27e
No related branches found
No related tags found
No related merge requests found
...@@ -27,9 +27,8 @@ Classes: ...@@ -27,9 +27,8 @@ Classes:
# TODO: Implement skipped tests # TODO: Implement skipped tests
import sys
import os.path import os.path
import sys
import unittest import unittest
sys.path.insert(1, os.path.abspath(os.path.join(os.path.dirname(__file__), '../lib'))) sys.path.insert(1, os.path.abspath(os.path.join(os.path.dirname(__file__), '../lib')))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment