1
0

Fix code quality warnings
All checks were successful
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 23s
Python Ruff Code Quality / ruff (push) Successful in 22s
Run Python tests (through Pytest) / Test (push) Successful in 23s

This commit is contained in:
Jon Michael Aanes 2024-10-20 19:29:59 +02:00
parent b87b87f23c
commit cb74afa1bf
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ import requests
from ._version import __version__
__all__ = ['__version__', 'initialize_session', 'setup_limiter']
logger = logging.getLogger(__name__)
try:

0
test/__init__.py Normal file
View File