mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Fix for code style
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
aec3406e6b
commit
c68d1c11f6
3 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
#!/usr/bin/python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# mypy: disable-error-code="no-redef"
|
||||
|
||||
try:
|
||||
import tomli
|
||||
except ModuleNotFoundError:
|
||||
|
|
|
@ -229,4 +229,3 @@ class Utilities(Configs):
|
|||
value = self.convert_dict_keys_to_lower(value)
|
||||
new_dict[key.lower()] = value
|
||||
return new_dict
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
#!/usr/bin/python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# mypy: disable-error-code="no-redef, annotation-unchecked"
|
||||
|
||||
import shutil
|
||||
|
||||
from slpkg.configs import Configs
|
||||
|
|
Loading…
Add table
Reference in a new issue