Skip to content

Commit 9556565

Browse files
committed
Removing comments
1 parent 1d3ae4b commit 9556565

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: sdv/metadata/single_table.py

-3
Original file line numberDiff line numberDiff line change
@@ -489,10 +489,7 @@ def _detect_id_column(self, column_name):
489489
column_name (str):
490490
The column name to be analyzed.
491491
"""
492-
# To handle the cases where the sdtype could be a substring of another word,
493-
# tokenize the column name based on (1) symbols and (2) camelCase
494492
tokens = self._tokenize_column_name(column_name)
495-
496493
for token in tokens:
497494
if token == 'id':
498495
return 'id'

0 commit comments

Comments
 (0)