Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 10, 2024
1 parent a0a8a0d commit 995b6ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dot_connect/backends/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Module containing backend specific logic."""

import contextlib
import os
from typing import Any, Dict, Optional, Union
Expand Down
1 change: 1 addition & 0 deletions dot_connect/backends/snowpark.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Utility module to handle Snowflake-related configurations."""

from dot_connect.backends import load_config


Expand Down
1 change: 1 addition & 0 deletions tests/test_aws.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for the AWS connection utility in the dot_connect package."""

from unittest.mock import patch

import dot_connect
Expand Down

0 comments on commit 995b6ab

Please sign in to comment.