Skip to content

Commit

Permalink
annotations from future to support older py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Areustle committed Nov 30, 2023
1 parent 3f24032 commit 22e3c4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nuspacesim/results_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
"""

from __future__ import annotations

import datetime

from astropy.table import Table as AstropyTable
Expand Down

0 comments on commit 22e3c4e

Please sign in to comment.