Skip to content

Commit

Permalink
SNOW-1011772: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-davwang committed Feb 7, 2024
1 parent ae39d3b commit a4385a3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/object/test_common.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import uuid
from snowflake.cli.plugins.object.common import _parse_tag, Tag, object_name_callback, TagError
from snowflake.cli.plugins.object.common import (
_parse_tag,
Tag,
object_name_callback,
TagError,
)
from typing import Tuple
import pytest
from unittest import mock
Expand Down

0 comments on commit a4385a3

Please sign in to comment.