Skip to content

Commit 29fe65a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c4db784 commit 29fe65a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mypy/nodes.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from __future__ import annotations
44

5-
import builtins
65
import os
76
from abc import abstractmethod
87
from collections import defaultdict
@@ -24,7 +23,7 @@
2423

2524
@unique
2625
class NotParsed(Enum):
27-
VALUE = 'NotParsed'
26+
VALUE = "NotParsed"
2827

2928

3029
class Context:

0 commit comments

Comments
 (0)