Skip to content

Commit bcdc38a

Browse files
shanjiazshanjiaz
andauthored
remove eagle converter and reference (#672)
<!-- markdownlint-disable --> <!-- PLEASE FILL IN THE PR DESCRIPTION HERE ENSURING ALL CHECKLIST ITEMS (AT THE BOTTOM) HAVE BEEN CONSIDERED. --> ## Purpose Deprecate old eagle converter pathway. It's incompatible with rest of our converters and we haven't seen enough community engagement. ## Tests ## Checklist I have filled in: - [x] The purpose of the PR, such as "Fix some issue (link existing issues this PR will resolve)". - [x] The test plan/results, such as providing test command and pasting the results. - [ ] (Optional) The necessary documentation update. - [x] I (a human) have written or reviewed the code in this pr to the best of my ability. Signed-off-by: shanjiaz <hezhao@redhat.com> Co-authored-by: shanjiaz <hezhao@redhat.com>
1 parent 7c50e60 commit bcdc38a

7 files changed

Lines changed: 4 additions & 2958 deletions

File tree

src/speculators/convert/eagle/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
"""
44

55
from speculators.convert.eagle.eagle3_converter import Eagle3Converter
6-
from speculators.convert.eagle.eagle_converter import EagleConverter
76

8-
__all__ = ["Eagle3Converter", "EagleConverter"]
7+
__all__ = ["Eagle3Converter"]

src/speculators/convert/eagle/eagle_converter.py

Lines changed: 0 additions & 347 deletions
This file was deleted.

0 commit comments

Comments
 (0)