Skip to content

Commit

Permalink
Revert "Fix ruff error"
Browse files Browse the repository at this point in the history
This reverts commit 8859eea.

The rule was removed from Ruff: astral-sh/ruff#2773
  • Loading branch information
messense committed Feb 12, 2023
1 parent bbbd3e9 commit 950c862
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test-crates/pyo3-pure/pyo3_pure.pyi
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
class DummyClass:
@staticmethod
def get_42() -> int:
...
def get_42() -> int: ...

fourtytwo: int

0 comments on commit 950c862

Please sign in to comment.