Skip to content

Commit

Permalink
use annotation from future
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Feb 17, 2024
1 parent 2a1a063 commit b4fe28a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions neurodesign/msequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Loosely translated from http://fmriserver.ucsd.edu/ttliu
"""

from __future__ import annotations

import math

import numpy as np
Expand Down
2 changes: 2 additions & 0 deletions neurodesign/report.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import time
from pathlib import Path

Expand Down

0 comments on commit b4fe28a

Please sign in to comment.