Skip to content

Commit 91d0232

Browse files
committed
chore: fix lint error
1 parent 07390f2 commit 91d0232

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)