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

Commit

Permalink
Revert noqa deletion again
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-iteng committed Sep 15, 2024
1 parent 5978ce4 commit 79f5da6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/faebryk/library/RP2040_ReferenceDesign.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@

import logging

import faebryk.library._F as F # noqa: E401
import faebryk.library._F as F # noqa: F401
from faebryk.core.module import Module
from faebryk.exporters.pcb.layout.heuristic_decoupling import (
LayoutHeuristicElectricalClosenessDecouplingCaps,
)
from faebryk.exporters.pcb.layout.heuristic_pulls import (
LayoutHeuristicElectricalClosenessPullResistors,
)
from faebryk.libs.library import L # noqa: E401
from faebryk.libs.library import L # noqa: F401
from faebryk.libs.picker.picker import DescriptiveProperties
from faebryk.libs.units import P # noqa: E401
from faebryk.libs.units import P # noqa: F401

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 79f5da6

Please sign in to comment.