Skip to content

Commit

Permalink
this does not seem to work on Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed May 9, 2024
1 parent e23af8e commit 0cbe4a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tmtccmd/util/obj_id.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from __future__ import annotations

from collections.abc import Mapping
from typing import Union, Optional
from typing import Mapping, Union, Optional

from spacepackets.util import UnsignedByteField

Expand Down

0 comments on commit 0cbe4a1

Please sign in to comment.