1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

tests/config: Disable mypy on _old_config.py

This file is just for regression testing and will never be typed
correctly, which is why we no longer use it :D
This commit is contained in:
A_D 2022-12-23 17:53:58 +02:00
parent 876afafcac
commit 50dd603520
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

View File

@ -1,3 +1,4 @@
# type: ignore
import numbers
import sys
import warnings