Skip to content

Commit

Permalink
Restyled by isort
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and cecille committed Jan 22, 2024
1 parent 2398a3e commit 8a03f47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
# limitations under the License.

import os
from matter_yamltests.pseudo_clusters.pseudo_clusters import get_default_pseudo_clusters
import xml.etree.ElementTree as ElementTree

from matter_yamltests.pseudo_clusters.pseudo_clusters import get_default_pseudo_clusters

SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__))
WARNING = ("<!---\n"
"This file is automatically generated by a script.\n"
Expand Down
3 changes: 2 additions & 1 deletion scripts/py_matter_yamltests/generate_yaml_doc_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import os
from matter_yamltests.yaml_loader import yaml_tree, SchemaTree
from typing import TextIO

from matter_yamltests.yaml_loader import SchemaTree, yaml_tree

SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__))
WARNING = ("<!---\n"
"This file is automatically generated by a script.\n"
Expand Down

0 comments on commit 8a03f47

Please sign in to comment.