Skip to content

Commit 7bb968d

Browse files
committed
Fix missing import
1 parent 36611f4 commit 7bb968d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pavilion/cmd_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import sys
99
import time
1010
from pathlib import Path
11-
from typing import List, TextIO, Union
11+
from typing import List, TextIO, Union, Optional
1212
from collections import defaultdict
1313

1414
from pavilion import config

0 commit comments

Comments
 (0)