diff options
author | Frederick Muriuki Muriithi | 2022-11-15 10:59:40 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-11-15 10:59:40 +0300 |
commit | a0e654fe11bc5ccd346019bc5785c3791012a7df (patch) | |
tree | a7601be85d1c3c88b0a07d779b3f5b9f059045bf /tests | |
parent | d043cd59127a1031de20b12562712b6e3c50feef (diff) | |
download | genenetwork3-a0e654fe11bc5ccd346019bc5785c3791012a7df.tar.gz |
Add missing module __init__.py to mitigate the mypy errors
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/auth/__init__.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/unit/auth/__init__.py b/tests/unit/auth/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/unit/auth/__init__.py |