Skip to content

Commit 6e4c081

Browse files
committed
back to wildcard import from type
1 parent c5a3cf3 commit 6e4c081

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

nb2workflow/nbadapter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
99
import glob
1010
import shutil
1111
from tokenize import generate_tokens, COMMENT
12-
from typing import Any, Optional, TypeVar, ForwardRef
12+
from typing import * # type: ignore # noqa: F403
1313
# need wildcard import to resolve (semi-)arbitrary ForwardRef of annotations in nb
1414
import yaml
1515
import re
1616
import time
1717
import tempfile
1818
import subprocess
19-
import yaml
2019
import argparse
2120
import json
2221
import base64

0 commit comments

Comments
 (0)