Skip to content

Commit e2025c7

Browse files
authored
Merge pull request #9 from bitkarrot/main
lint
2 parents 08f2df5 + dc1bce1 commit e2025c7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pylnbits/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __init__(self, config_file: str = "", in_key: str = None, admin_key: str = N
1717
# print(path)
1818
# TODO implement a better config locator
1919
config_file = path + "/config.yml"
20-
print(f'grabbing config file from : {config_file}')
20+
print(f"grabbing config file from : {config_file}")
2121

2222
with open(config_file, "rb") as f:
2323
cfile = safe_load(f)

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
name="pylnbits-LNGAMES",
55
version="0.0.1",
66
package_dir={"": "pylnbits"},
7-
packages=find_packages(where="pylnbits"),
8-
python_requires=">=3.8",)
7+
packages=find_packages(where="pylnbits"),
8+
python_requires=">=3.8",
9+
)
910

1011
VERSION = "0.0.2"
1112

0 commit comments

Comments
 (0)