Skip to content

Commit 8a855b4

Browse files
committed
chore: fix lint error
1 parent 2f64527 commit 8a855b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_dataclasses/_types_proxy.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
# https://github.com/python/cpython/issues/133956
55
from typing import ClassVar
66
from dataclasses import InitVar
7+
8+
__all__ = ["ClassVar", "InitVar"]

0 commit comments

Comments
 (0)