Skip to content

Commit

Permalink
add import
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyworkman committed Nov 12, 2023
1 parent 7baa479 commit a6a1333
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion latch_cli/snakemake/serialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,8 @@ def generate_jit_register_code(
from functools import partial
from pathlib import Path
import shutil
from typing import List, NamedTuple, Optional, TypedDict, Dict
import typing
from typing import NamedTuple, Optional, TypedDict, Dict
import hashlib
from urllib.parse import urljoin
from dataclasses import is_dataclass, asdict
Expand Down

0 comments on commit a6a1333

Please sign in to comment.