Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 7146353

Browse files
committed
Reformat the files
1 parent 9e96a78 commit 7146353

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pydocstyle/checker.py

-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def decorator(f):
4646
return decorator
4747

4848

49-
5049
FSTRING_RE = re(r'^[rR]?[fF]')
5150

5251

@@ -63,7 +62,6 @@ def is_fstring(docstring):
6362
return FSTRING_RE.match(str(docstring))
6463

6564

66-
6765
class ConventionChecker:
6866
"""Checker for PEP 257, NumPy and Google conventions.
6967

0 commit comments

Comments
 (0)