Some fixes related to ClickHouse support (#5229)

This commit is contained in:
Miroslav Stampar
2023-02-03 23:30:05 +01:00
parent b1aaac5ba2
commit d7180d38c4
6 changed files with 16 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ from plugins.generic.misc import Miscellaneous
class ClickhouseMap(Syntax, Fingerprint, Enumeration, Filesystem, Miscellaneous, Takeover):
"""
This class defines Clickhouse methods
This class defines ClickHouse methods
"""
def __init__(self):