Fix black and cover errors
[osm/PLA.git] / osm_pla / test / test_server.py
index 3ba2979..127b4d1 100644 (file)
@@ -487,7 +487,8 @@ class TestServer(TestCase):
 
     def _adjust_path(self, file):
         """In case we are not running from test directory,
-        then assume we are in top level directory (e.g. running from tox) and adjust file path accordingly"""
+        then assume we are in top level directory (e.g. running from tox) and adjust file path accordingly
+        """
         path_component = "/osm_pla/test/"
         real_path = os.path.realpath(file)
         if path_component not in real_path: