Extract Location into separate file

This commit is contained in:
Joscha
2020-04-23 17:38:28 +00:00
parent f3f4be2690
commit 5ef5a56e69
5 changed files with 41 additions and 38 deletions

View File

@@ -6,7 +6,7 @@ from pathlib import Path
from types import TracebackType
from typing import Optional, Type
from .utils import Location
from .location import Location
LOGGER = logging.getLogger(__name__)