Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Validata
Validata Core
Commits
78c1b9b6
Commit
78c1b9b6
authored
Feb 02, 2021
by
Pierre Dittgen
Browse files
Remove forgotten breakpoint()
parent
8230057d
Changes
1
Hide whitespace changes
Inline
Side-by-side
validata_core/helpers.py
View file @
78c1b9b6
...
...
@@ -21,7 +21,6 @@ class ValidataResource(ABC):
def
extract_tabular_data
(
self
):
"""Extract header and data rows from source."""
breakpoint
()
table_source
,
table_options
=
self
.
build_table_args
()
return
_extract_header_and_rows_from_frictionless_source
(
table_source
,
**
table_options
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment