Skip to content

Commit b3d3be1

Browse files
committed
lint
1 parent d28f35b commit b3d3be1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/toolbox-core/src/toolbox_core/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
1516
class DummyClass:
1617
def __init__(self):
17-
self.val = "dummy value"
18+
self.val = "dummy value"

packages/toolbox-core/tests/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# limitations under the License.
1414
from toolbox_core import DummyClass
1515

16+
1617
class TestToolboxCore:
1718
def test_dummy(self):
1819
dummy_variable = DummyClass()

0 commit comments

Comments
 (0)