Skip to content

Commit 8b48f46

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5678d78 commit 8b48f46

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

source/tests/test_entrypoint_show_serialization_tree.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# SPDX-License-Identifier: LGPL-3.0-or-later
22
import unittest
3-
from unittest.mock import patch
3+
from unittest.mock import (
4+
patch,
5+
)
46

5-
from deepmd.entrypoints.show import show
7+
from deepmd.entrypoints.show import (
8+
show,
9+
)
610

711

812
class TestShowSerializationTree(unittest.TestCase):

0 commit comments

Comments
 (0)