Removed the `_both_related` from `compress`.

- Needs more elaboration
This commit is contained in:
Salvador E. Tropea 2021-11-19 10:57:52 -03:00
parent dd265fa2e0
commit 67427d9eff
1 changed files with 0 additions and 3 deletions

View File

@ -190,9 +190,6 @@ class Compress(BaseOutput): # noqa: F821
with document:
self.options = CompressOptions
""" [dict] Options for the `compress` output """
# We could need to run targets related to the SCH and/or the PCB.
# So we need both things loaded.
self._both_related = True
def get_dependencies(self):
return self.options.get_dependencies()