mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 23:45:11 +00:00
Fix pylint warnings
This commit is contained in:
@ -9,7 +9,7 @@ from tempfile import TemporaryDirectory
|
||||
|
||||
import pytest
|
||||
|
||||
from file_manager import FileManager
|
||||
from .file_manager import FileManager
|
||||
|
||||
@dataclass
|
||||
class ManagerContext:
|
||||
|
@ -5,13 +5,11 @@ from pwd import getpwnam
|
||||
from grp import getgrnam
|
||||
from pathlib import Path
|
||||
from os import chown
|
||||
from os.path import dirname
|
||||
from re import findall
|
||||
from re import compile as compileregex
|
||||
from abc import ABC, abstractmethod
|
||||
|
||||
from tfw.components.inotify import InotifyObserver
|
||||
from tfw.event_handlers import TFWServerUplinkConnector
|
||||
|
||||
|
||||
class HistoryMonitor(ABC, InotifyObserver):
|
||||
|
Reference in New Issue
Block a user