Skip to content

Commit 97a6aef

Browse files
committed
Lint fix.
1 parent 615cdb3 commit 97a6aef

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ repos:
2222
- id: trailing-whitespace
2323
- id: end-of-file-fixer
2424
- id: mixed-line-ending
25-
args: [--fix]
2625
- id: debug-statements

tests/test_pickle_exception.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import traceback
21
from traceback import format_exception
32

43
try:

0 commit comments

Comments
 (0)