Skip to content

Commit 7d357b0

Browse files
TEMP: liner fixes
1 parent a891d24 commit 7d357b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/conftest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
# doing this import will cause an EPICS context to be created, and it will also
1515
# register an atexit function to delete it.
1616
# If we were to import aioca first it would create an EPICS context, note it has
17-
# created it, then try to delete it in its own atexit function which will collide
18-
# with cothread's attempts to do the same (despite the fact in this configuration
19-
# cothread did not create the context)
17+
# created it, then try to delete it in its own atexit function which will
18+
# collide with cothread's attempts to do the same (despite the fact in this
19+
# configuration cothread did not create the context)
2020
import cothread.catools
2121

2222
from softioc import builder

0 commit comments

Comments
 (0)