Skip to content

Commit

Permalink
pr check: black the codebase
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Whitehouse <[email protected]>
  • Loading branch information
Jesse Whitehouse committed Sep 23, 2023
1 parent c37f237 commit b5e0726
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/databricks/sqlalchemy/dialect/requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ def __some_example_requirement(self):
import sqlalchemy.testing.exclusions

import logging

logger = logging.getLogger(__name__)

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


class Requirements(sqlalchemy.testing.requirements.SuiteRequirements):
pass
pass

0 comments on commit b5e0726

Please sign in to comment.