mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-25 09:00:50 +00:00
fix(ingestion): black formatting (#3676)
This commit is contained in:
parent
a16c432a1b
commit
9577123802
@ -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.")
|
||||
|
@ -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.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user