Skip to content

Commit

Permalink
ci: test patch created
Browse files Browse the repository at this point in the history
  • Loading branch information
sizmailov committed Aug 31, 2023
1 parent 164e960 commit 5cd811c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ __all__ = ["A", "B", "C", "X"]

class A:
"""
A
X
"""

class B(A):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ __all__ = ["A", "B", "C", "X"]

class A:
"""
A
Z
"""

class B(A):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ __all__ = ["A", "B", "C", "X"]

class A:
"""
A
Y
"""

class B(A):
Expand Down

0 comments on commit 5cd811c

Please sign in to comment.