Skip to content

Commit

Permalink
fix(python): import docstring parse
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardHd committed Nov 14, 2023
1 parent 85dc7c4 commit aa0921b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import ast
from _ast import Load, Name

from src.python.data_factory_testing_framework.scripts.utils.docstring_utils import parse_restructured_docstring

target_type = "DataFactoryElement"


Expand Down

0 comments on commit aa0921b

Please sign in to comment.