Fix flake for future imports

This commit is contained in:
Labrys of Knossos 2022-12-15 07:21:20 -05:00
commit 69d91f668a

View file

@ -76,9 +76,9 @@ ignore =
; FIx3 print_function 3.0
; FIx4 unicode_literals 3.0
; FIx5 generator_stop 3.7
; ???? annotations 4.0
; FIx8 annotations 4.0
; FI90 __future__ import does not exist
FI50, FI51, FI53, FI54
FI10, FI11, FI13, FI14, FI58
per-file-ignores =
; F401 imported but unused