Skip to content

Commit

Permalink
need special imports
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Nov 27, 2024
1 parent 4c3f4f9 commit 02bddcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spacepackets/cfdp/tlv/holder.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations # Python 3.9 compatibility for | syntax

from typing import Any, Optional, cast

from spacepackets.cfdp.tlv.defs import TlvType
Expand Down

0 comments on commit 02bddcc

Please sign in to comment.