Skip to content

Commit 3298d67

Browse files
remove unused imports
1 parent 588c415 commit 3298d67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

linkml_runtime/utils/yamlutils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
import pdb
21
from copy import copy
32
from json import JSONDecoder
43
from typing import Union, Any, List, Optional, Type, Callable, Dict
54
from pprint import pformat
6-
import textwrap
75

86
import yaml
97
from deprecated.classic import deprecated

0 commit comments

Comments
 (0)