Skip to content

Commit

Permalink
Fix docstring code style according to review
Browse files Browse the repository at this point in the history
  • Loading branch information
rogalski authored and akaihola committed Oct 17, 2021
1 parent 7ab3bf7 commit 5bc8829
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/darker/verification.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ def verify_ast_unchanged(


class ASTVerifier:
"""
Verifies if reformatted TextDocument is AST-equivalent to baseline.
"""Verifies if reformatted TextDocument is AST-equivalent to baseline.
Keeps in-memory data about previous comparisons to improve performance.
"""
Expand Down

0 comments on commit 5bc8829

Please sign in to comment.