Skip to content

Commit

Permalink
fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
juanep97 committed Aug 11, 2023
1 parent 694bc09 commit f694463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iop4lib/telescopes/telescope.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,10 @@ def classify_exptime(cls, rawfit):

@classmethod
def get_header_objecthint(self, rawfit):
""" Get a hint for the AstroSource in this image from the header. OBJECT is a standard keyword. Return None if none found.
r""" Get a hint for the AstroSource in this image from the header. OBJECT is a standard keyword. Return None if none found.
At the moment his only tries to match sources
with the IAU name format [0-9]*\+[0-9]*.
with the IAU name format `[0-9]*\+[0-9]*`.
"""

from iop4lib.db import AstroSource
Expand Down

0 comments on commit f694463

Please sign in to comment.