Skip to content

Commit

Permalink
lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Aug 20, 2024
1 parent ae44c91 commit b6e0e68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlonmcu/flow/tvm/backend/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def extra_pass_config(self):
extra = {}
if isinstance(extra, str):
import ast

extra = ast.literal_eval(extra)
assert isinstance(extra, dict)
return extra
Expand Down

0 comments on commit b6e0e68

Please sign in to comment.