diff options
| author | Louis Burda <quent.burda@gmail.com> | 2021-07-02 18:38:45 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2021-07-02 18:38:45 +0200 |
| commit | 16925b3643a510868325dbdfbbd199011ca156ab (patch) | |
| tree | 97e98a43ffbbd74c3e53b8b652e08b309c4c8a66 /checker/.mypy.ini | |
| parent | ecf4de6db67ce19d90a0b55ad8c1544087398a4c (diff) | |
| download | enowars5-service-stldoctor-16925b3643a510868325dbdfbbd199011ca156ab.tar.gz enowars5-service-stldoctor-16925b3643a510868325dbdfbbd199011ca156ab.zip | |
removed faker dependency with new fakeid generation
Diffstat (limited to 'checker/.mypy.ini')
| -rw-r--r-- | checker/.mypy.ini | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/checker/.mypy.ini b/checker/.mypy.ini index 213594c..fb5bf31 100644 --- a/checker/.mypy.ini +++ b/checker/.mypy.ini @@ -20,7 +20,4 @@ disallow_untyped_decorators = False [mypy-enochecker3] ignore_missing_imports = True -[mypy-faker] -ignore_missing_imports = True - |
