Skip to content

Commit

Permalink
Bump black from 22.8.0 to 24.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knovichikhin committed Mar 23, 2024
1 parent 4ec9747 commit 486d66b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion pyemv/cvn.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
'84240002182DC7A061323BA62472BC5308BD291B5F665B3A927E60661E'
"""


import typing as _typing

from pyemv import ac as _ac
Expand Down
1 change: 0 additions & 1 deletion pyemv/cvv.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
generate a new CVV for each transaction.
"""


from pyemv import mac as _mac
from pyemv import tools as _tools

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black == 22.8.0
black == 24.3.0
flake8
pytest >= 6.0 # Min to support pyproject.toml
pytest-cov
Expand Down

0 comments on commit 486d66b

Please sign in to comment.