mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 11:15:12 +00:00
Remove unnecessary newlines
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
# pylint: disable=redefined-outer-name
|
||||
|
||||
from dataclasses import dataclass
|
||||
from secrets import token_urlsafe
|
||||
from os.path import join
|
||||
@ -11,6 +10,7 @@ import pytest
|
||||
|
||||
from .file_manager import FileManager
|
||||
|
||||
|
||||
@dataclass
|
||||
class ManagerContext:
|
||||
folder: str
|
||||
|
@ -5,7 +5,6 @@ from tfw.internals.inotify import InotifyObserver
|
||||
|
||||
from .file_manager import FileManager
|
||||
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
BUILD_ARTIFACTS = (
|
||||
|
Reference in New Issue
Block a user