Skip to content

Commit

Permalink
🐛 or signal in type annotation not available in python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
enryH committed Oct 16, 2024
1 parent 0b46735 commit d072239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/njab/stats/ancova.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Analysis of covariance using pingouin and statsmodels."""
from __future__ import annotations
import numpy as np
import pandas as pd
import pingouin as pg
Expand Down

0 comments on commit d072239

Please sign in to comment.