Skip to content

Commit

Permalink
Merge pull request #58 from sot/only-one-class
Browse files Browse the repository at this point in the history
Use chandra_time modules for Chandra.Time
  • Loading branch information
taldcroft authored Apr 6, 2023
2 parents 2c12c8d + 10d729c commit 7762af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chandra_time/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Licensed under a 3-clause BSD style license - see LICENSE.rst
import ska_helpers

from .Time import * # noqa
from chandra_time.Time import * # noqa

__version__ = ska_helpers.get_version('chandra_time')

Expand Down

0 comments on commit 7762af6

Please sign in to comment.