Skip to content

Commit bc3cba7

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent 898f268 commit bc3cba7

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

tests/cli/test_annotation_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def test_json_output(self, _resolve, mock_api):
106106
@patch(_RESOLVE, return_value=None)
107107
def test_resolve_failure(self, _resolve):
108108
result = runner.invoke(app, ["annotation", "batch", "list", "-p", "bad"])
109-
# Should not crash when resolve returns None
109+
# Should not crash when resolve returns None
110110

111111

112112
class TestBatchGet(unittest.TestCase):

tests/cli/test_universe_handler.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
"""Tests for the universe CLI handler."""
22

3-
import io
43
import json
5-
import sys
64
import unittest
75
from unittest.mock import patch
86

tests/cli/test_version_handler.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
"""Tests for the version CLI handler."""
22

3-
import io
43
import json
5-
import sys
64
import tempfile
75
import unittest
86
from unittest.mock import patch

0 commit comments

Comments
 (0)