Skip to content

Commit

Permalink
Fixed old name in checker class name
Browse files Browse the repository at this point in the history
  • Loading branch information
paveldedik committed May 25, 2022
1 parent e75c0a9 commit e80438c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake8_jungle/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ def visit_If(self, node: ast.If) -> None:

class JungleStyleChecker:
"""
Check common Twisto Style errors
Check common Jungle Style errors
"""

name = "flake8-twisto"
name = "flake8-jungle"
version = "1.0.3"

_options = None
Expand Down

0 comments on commit e80438c

Please sign in to comment.