Skip to content

Commit

Permalink
fix: Add missing import for exatrkx example (#1348)
Browse files Browse the repository at this point in the history
After #1309, there's an import missing in `exatrkx.py`. This job isn't in the *required* checks, so the PR was merged with this failure.

I think this should fix this.

/cc @tboldagh @benjaminhuth
  • Loading branch information
paulgessinger committed Jul 27, 2022
1 parent b4dc20d commit 9a41907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Examples/Scripts/Python/exatrkx.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
if "__main__" == __name__:
import os
from digitization import configureDigitization
from acts.examples.reconstruction import addExaTrkx

srcdir = Path(__file__).resolve().parent.parent.parent.parent

Expand Down

0 comments on commit 9a41907

Please sign in to comment.