Skip to content

Commit d072239

Browse files
committed
🐛 or signal in type annotation not available in python 3.9
1 parent 0b46735 commit d072239

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/njab/stats/ancova.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Analysis of covariance using pingouin and statsmodels."""
2+
from __future__ import annotations
23
import numpy as np
34
import pandas as pd
45
import pingouin as pg

0 commit comments

Comments
 (0)