Commit Graph

8 Commits

Author SHA1 Message Date
Teemu Ikonen 6bd0bb0530 Remove unused imports and pass statements
Fixes flake8 error F401.
Most errors were fixed by running

autoflake -i -r --remove-all-unused-imports .

which also removes unnecessary 'pass' statements, some by hand-editing.
2022-11-14 18:32:09 +02:00
Eric Le Lay e9ab9ceb46 run isort on make lint 2018-07-29 14:45:34 +02:00
Eric Le Lay fd7036c459 work around python 3.7.0 2to3 bug with win32ctypes
see https://github.com/enthought/pywin32-ctypes/issues/81
also remove byreference alias to ctypes.byref
2018-07-28 14:09:04 +02:00
MarkusHackspacher 82f41f4c21 sorting imports
with isort -y -rc
see #393
2018-07-24 11:08:10 +02:00
Eric Le Lay 57433d024d fix linter errors 2018-05-07 15:55:07 +02:00
Eric Le Lay fbc268be74 win: get GPODDER_HOME from registry 2018-05-06 18:17:23 +02:00
Eric Le Lay 5a0a1c04b6 new build_info.py; correctly set GPODDER_HOME on windows 2018-05-02 15:06:52 +02:00
Eric Le Lay b6d020cc56 switch from pywin32 to pywin32-ctypes 2018-05-02 10:59:35 +02:00