Documentation Update Feb2024
Compare changes
- Erin (Josh) Rigler authored
Python version >=3.10 don't need to use the typing module types imported (e.g., `from typing import List, Tuple`), but if we continue to stick with these, geomag-algorithms should be backward compatible to py3.8. Some day we'll have to bump up our minimum python version, but not today.
+ 3
− 2
@@ -352,7 +353,7 @@ class FDSNFactory(TimeseriesFactory):