mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Renamed file
This commit is contained in:
parent
42aa69ab56
commit
808fa4981e
4 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ import tomli
|
|||
from pathlib import Path
|
||||
|
||||
from slpkg.configs import Configs
|
||||
from slpkg.toml_error_message import TomlErrors
|
||||
from slpkg.toml_errors import TomlErrors
|
||||
|
||||
|
||||
class Blacklist(Configs):
|
||||
|
|
|
@ -7,7 +7,7 @@ from typing import Any
|
|||
from pathlib import Path
|
||||
from dataclasses import dataclass
|
||||
|
||||
from slpkg.toml_error_message import TomlErrors
|
||||
from slpkg.toml_errors import TomlErrors
|
||||
|
||||
|
||||
@dataclass
|
||||
|
|
|
@ -7,7 +7,7 @@ from pathlib import Path
|
|||
from dataclasses import dataclass
|
||||
|
||||
from slpkg.configs import Configs
|
||||
from slpkg.toml_error_message import TomlErrors
|
||||
from slpkg.toml_errors import TomlErrors
|
||||
|
||||
|
||||
@dataclass
|
||||
|
|
Loading…
Add table
Reference in a new issue