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.
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
.