Skip to content

Commit 6116175

Browse files
Add missing enum import
1 parent 15762aa commit 6116175

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy_protobuf/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from __future__ import annotations
44

55
import ast
6+
import enum
67
import sys
78
from collections import defaultdict
89
from contextlib import contextmanager

0 commit comments

Comments
 (0)