We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 106fd0e commit 98ace1dCopy full SHA for 98ace1d
ydb/scheme.py
@@ -42,7 +42,7 @@ def is_any_table(entry):
42
:param entry: A scheme entry to check
43
:return: True if scheme entry is table (independent of table type) and False otherwise
44
"""
45
- return entry in [SchemeEntryType.TABLE, SchemeEntryType.COLUMN_TABLE]
+ return entry in (SchemeEntryType.TABLE, SchemeEntryType.COLUMN_TABLE)
46
47
@staticmethod
48
def is_column_table(entry):
0 commit comments