Skip to content

Commit 885f23e

Browse files
committed
#17 - Remove commented code
1 parent 8003c8c commit 885f23e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/dwcahandler/dwca/core_dwca.py

-5
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,6 @@ def validate_content(self, content_type_to_validate: list[str] = None, error_fil
896896
897897
- No duplicate record keys
898898
- Valid columns
899-
- No duplicate columns
900899
901900
:param error_file: A file to record errors
902901
:return: True if the DwCA is value, False otherwise
@@ -915,10 +914,6 @@ def validate_content(self, content_type_to_validate: list[str] = None, error_fil
915914
if not self._validate_columns(content):
916915
return False
917916

918-
#dup_cols = self._find_duplicate_columns(content)
919-
#if len(dup_cols) > 0:
920-
# return False
921-
922917
return True
923918

924919
def extract_csv_content(self, csv_info: CsvFileType,

0 commit comments

Comments
 (0)