Skip to content

Commit

Permalink
fix: Fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Mar 5, 2024
1 parent 5ea6a45 commit e353ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/load-job-manifests.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
and `params` (both of which are expected to be JSON strings of keys and values).
"""
import argparse
from pathlib import
from pathlib import Path
import sys
from typing import Any, Dict, List
import urllib3
Expand Down

0 comments on commit e353ab3

Please sign in to comment.