pep-dortmund / toolbox-workshop

Materialien zum PeP et al. Toolbox-Workshop
http://toolbox.pep-dortmund.org
Other
26 stars 6 forks source link

Fix flake8 warnings/errors. Format with black. #274

Closed nbiederbeck closed 3 years ago

nbiederbeck commented 3 years ago

The steps below were done because I found a if var == None:

The warnings/errors were reported by nbqa flake8 python/uncertainties.ipynb --extend-ignore=E402, which ignores 'module level import not at top of file'.

Formatted via nbqa black python/uncertainties.ipynb.