Skip to content

Commit e353ab3

Browse files
author
Alan Christie
committed
fix: Fix import error
1 parent 5ea6a45 commit e353ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/load-job-manifests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
and `params` (both of which are expected to be JSON strings of keys and values).
55
"""
66
import argparse
7-
from pathlib import
7+
from pathlib import Path
88
import sys
99
from typing import Any, Dict, List
1010
import urllib3

0 commit comments

Comments
 (0)