[PcbDraw][Fixed] Avoid looking for PcbDraw as dependency

- No longer a dependency
This commit is contained in:
Salvador E. Tropea 2022-10-18 07:09:02 -03:00
parent 838129e69c
commit bca04a3222
1 changed files with 1 additions and 2 deletions

View File

@ -5,6 +5,7 @@
# Project: KiBot (formerly KiPlot)
# TODO: PIL dependency? pcbnewTransition? numpy?
# TODO: Package resources
# TODO: replace unit.py
# """
# Dependencies:
# - from: RSVG
@ -332,8 +333,6 @@ class PcbDraw(BaseOutput): # noqa: F821
@staticmethod
def get_conf_examples(name, layers, templates):
if GS.check_tool(name, 'PcbDraw') is None:
return None
outs = []
for la in layers:
is_top = la.is_top()