Skip to content

Commit

Permalink
cleanup diff
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Aug 8, 2023
1 parent 3874aab commit 8e37b82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions WDL/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
import os
import errno
import inspect
from typing import List, Optional, Callable, Dict, Any, Awaitable, Union, TypeVar, Tuple
from typing import List, Optional, Callable, Dict, Any, Awaitable, Union
from . import _util, _parser, Error, Type, Value, Env, Expr, Tree, Walker, Zip
from .Env import Bindings, Binding
from .Tree import (
Decl,
StructTypeDef,
Expand Down

0 comments on commit 8e37b82

Please sign in to comment.