Skip to content

Commit

Permalink
Annotations issue
Browse files Browse the repository at this point in the history
  • Loading branch information
athob committed May 16, 2024
1 parent aaea531 commit b40a281
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ananke/Ananke.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from typing import TYPE_CHECKING, Any, Union, Tuple, List, Dict
from numpy.typing import NDArray
from Galaxia_ananke.photometry.PhotoSystem import PhotoSystem
from astropy.units import Quantity
from warnings import warn
import re
import numpy as np
Expand All @@ -23,8 +24,6 @@
from .ExtinctionDriver import ExtinctionDriver
from .ErrorModelDriver import ErrorModelDriver

if TYPE_CHECKING:
from astropy.units import Quantity

__all__ = ['Ananke']

Expand Down

0 comments on commit b40a281

Please sign in to comment.