fix(ingestion): black formatting (#3676)

This commit is contained in:
Harshal Sheth 2021-12-06 20:59:56 -05:00 committed by GitHub
parent a16c432a1b
commit 9577123802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -248,6 +248,5 @@ if sys.version_info >= (3, 7): # noqa: C901
return {"type": "null", "native_data_type": repr(s)}
else:
raise ModuleNotFoundError("The trino plugin requires Python 3.7 or newer.")

View File

@ -248,6 +248,5 @@ if sys.version_info >= (3, 7): # noqa: C901
def close(self) -> None:
pass
else:
raise ModuleNotFoundError("The trino usage plugin requires Python 3.7 or newer.")