We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8c0ec commit 671fc52Copy full SHA for 671fc52
1 file changed
yellowbox_snowglobe/snow_to_post.py
@@ -1,3 +1,5 @@
1
+from __future__ import annotations
2
+
3
import re
4
from dataclasses import dataclass
5
from typing import Callable, Iterable, Iterator, Pattern, Tuple, Union
0 commit comments