mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Fixed C0411
This commit is contained in:
parent
2caeb3c21f
commit
5c9dfe6678
1 changed files with 3 additions and 3 deletions
|
@ -2,14 +2,14 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
import tomlkit
|
||||
from tomlkit.exceptions import TOMLKitError
|
||||
|
||||
import platform
|
||||
from typing import Any
|
||||
from pathlib import Path
|
||||
from dataclasses import dataclass
|
||||
|
||||
import tomlkit
|
||||
from tomlkit.exceptions import TOMLKitError
|
||||
|
||||
from slpkg.toml_errors import TomlErrors
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue