Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoknjas committed Oct 3, 2024
1 parent 6bc297f commit eceb59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulture/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def __init__(
message="",
confidence=DEFAULT_CONFIDENCE,
):
self.name: str = name
self.name: int = name
self.typ: str = typ
self.filename: Path = filename
self.first_lineno: int = first_lineno
Expand Down

0 comments on commit eceb59e

Please sign in to comment.