Skip to content

Commit 1920a6f

Browse files
committed
add missing union
1 parent 2375774 commit 1920a6f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ravenpy/utilities/coords.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from dataclasses import fields
2+
from typing import Union
23

34
import numpy as np
45
import pint

0 commit comments

Comments
 (0)