Skip to content

Commit

Permalink
Update test_lb_bridge.py
Browse files Browse the repository at this point in the history
Removed line attrs import.
Is not used anywhere and was throwing errors.
  • Loading branch information
stdefeber authored Aug 14, 2024
1 parent 83defb5 commit f22a8d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/hdl/test_lb_bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"""

import sys
#from attrs.setters import convert
sys.path.insert(0, '../..')
import pytest
from sim import Simulator, CliArgs, path_join, parent_dir
Expand Down

0 comments on commit f22a8d4

Please sign in to comment.