Skip to content

Commit

Permalink
added back __future__ annotations as it is still not part of python3
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Nov 22, 2024
1 parent 56239ec commit b589c81
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python3.9
from __future__ import annotations
from dataclasses import dataclass
from functools import cached_property
from typing import Optional
Expand Down

0 comments on commit b589c81

Please sign in to comment.