Skip to content

Commit dc07d0b

Browse files
committed
add missing import
1 parent 6c0466a commit dc07d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ralph/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55
from enum import Enum
66
from pathlib import Path
7-
from typing import List, Sequence, Union
7+
from typing import List, Sequence, Union, Tuple
88

99
from pydantic import AnyHttpUrl, AnyUrl, BaseModel, BaseSettings, Extra, root_validator
1010

0 commit comments

Comments
 (0)