Skip to content

Commit

Permalink
switch | to Union for earlier python support
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Lam committed Aug 23, 2024
1 parent 137f5e8 commit 294b864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pint_pal/dmx_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Any, Optional, Tuple
from typing import Any, Optional, Tuple, Union
import numpy as np
from astropy import log
import pint
Expand Down

0 comments on commit 294b864

Please sign in to comment.