Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 22, 2024
1 parent c46a6ca commit 5c317cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/vector/_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -2719,7 +2719,9 @@ def __new__(
def __new__(cls, __azimuthal: Azimuthal) -> Vector: ...

@typing.overload
def __new__(cls, __azimuthal: Azimuthal, __longitudinal: Longitudinal) -> Vector: ...
def __new__(
cls, __azimuthal: Azimuthal, __longitudinal: Longitudinal
) -> Vector: ...

@typing.overload
def __new__(
Expand Down

0 comments on commit 5c317cb

Please sign in to comment.