Skip to content

Commit b5e0726

Browse files
author
Jesse Whitehouse
committed
pr check: black the codebase
Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>
1 parent c37f237 commit b5e0726

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/databricks/sqlalchemy/dialect/requirements.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ def __some_example_requirement(self):
2424
import sqlalchemy.testing.exclusions
2525

2626
import logging
27+
2728
logger = logging.getLogger(__name__)
2829

2930
logger.warning("requirements.py is not currently employed by Databricks dialect")
3031

32+
3133
class Requirements(sqlalchemy.testing.requirements.SuiteRequirements):
32-
pass
34+
pass

0 commit comments

Comments
 (0)