diff options
| author | Frederick Muriuki Muriithi | 2022-06-15 09:36:18 +0300 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2022-06-15 09:36:18 +0300 |
| commit | d2605cb72d7cdbc7d3cc633b94a451c0acd2edbb (patch) | |
| tree | 8bf992967a750bf4dc71290b78285f6239823816 /setup.py | |
| parent | 6760d322637a3d875242a66e9c1a784866d7df1d (diff) | |
| download | gn-uploader-d2605cb72d7cdbc7d3cc633b94a451c0acd2edbb.tar.gz | |
Fix linting and type errors
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py index 6068493..24c0a25 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,4 @@ +"""The setup module""" from setuptools import setup setup() |
