Skip to content

Commit

Permalink
ruff don't complain anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Scurrra committed Mar 11, 2024
1 parent fdcbd77 commit cd1fc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/galois/_fields/_gf2.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

import numpy as np

from .._domains._function import Function
from .._domains._lookup import (
add_ufunc,
divide_ufunc,
Expand All @@ -17,7 +18,6 @@
subtract_ufunc,
)
from .._domains._ufunc import UFuncMixin
from .._domains._function import Function
from .._helper import export
from ._array import FieldArray

Expand Down

0 comments on commit cd1fc57

Please sign in to comment.