Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
run ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
iopapamanoglou committed Sep 12, 2024
1 parent ebfedb2 commit 5c28132
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/faebryk/library/ElectricLogic.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# This file is part of the faebryk project
# SPDX-License-Identifier: MIT

import sys
from abc import abstractmethod
from enum import Enum, auto
from typing import Iterable, Self

from deprecated import deprecated
import faebryk.library._F as F
from faebryk.core.graphinterface import GraphInterface
from faebryk.core.link import LinkFilteredException, _TLinkDirectShallow
Expand Down
2 changes: 1 addition & 1 deletion src/faebryk/libs/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
import asyncio
import inspect
import logging
import sys
from abc import abstractmethod
from collections import defaultdict
from dataclasses import dataclass, fields
from enum import StrEnum
from functools import cache
import sys
from textwrap import indent
from typing import (
Any,
Expand Down

0 comments on commit 5c28132

Please sign in to comment.