Skip to content

Commit

Permalink
Try overriding linter
Browse files Browse the repository at this point in the history
Pretty sure this is a false positive in flake8, not sure why else there would be a syntax error...
  • Loading branch information
Corey Ostrove committed Sep 6, 2023
1 parent 285c5b6 commit 880b90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_packages/drivers/test_drivers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import unittest
import unittest #noqa
import numpy as np
from pygsti.forwardsims.mapforwardsim import MapForwardSimulator
from numpy.linalg import norm
Expand Down

0 comments on commit 880b90b

Please sign in to comment.