Skip to content

Commit 54ef483

Browse files
committed
Add Sequence import
1 parent 0987275 commit 54ef483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/penn_chime/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from datetime import date, datetime, timedelta
1010
from logging import INFO, basicConfig, getLogger
1111
from sys import stdout
12-
from typing import Dict, Generator, Tuple, Optional
12+
from typing import Dict, Generator, Tuple, Sequence,Optional
1313

1414
import numpy as np
1515
import pandas as pd

0 commit comments

Comments
 (0)