We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a186b8 commit e1ccdf0Copy full SHA for e1ccdf0
lib/iris/fileformats/netcdf/saver.py
@@ -292,9 +292,7 @@ class VariableEmulator(typing.Protocol):
292
_data_array: np.typing.ArrayLike
293
294
295
-CFVariable: typing.TypeAlias = typing.Union[
296
- _thread_safe_nc.VariableWrapper, VariableEmulator
297
-]
+CFVariable = typing.Union[_thread_safe_nc.VariableWrapper, VariableEmulator]
298
299
300
class Saver:
0 commit comments