Fix import * in agipdlib
2 unresolved threads
2 unresolved threads
Compare changes
- Cyril Danilevski authored
The file was heavily flaked, no other changes of logic
+ 46
− 39
@@ -5,12 +5,18 @@ from typing import Any, Dict, Optional, Tuple
@@ -80,7 +86,8 @@ def get_acq_rate(fast_paths: Tuple[str, str, int],
@@ -160,8 +167,8 @@ class AgipdCorrections:
@@ -203,7 +210,7 @@ class AgipdCorrections:
@@ -498,11 +505,11 @@ class AgipdCorrections:
@@ -512,7 +519,7 @@ class AgipdCorrections:
@@ -536,14 +543,12 @@ class AgipdCorrections:
@@ -647,9 +652,9 @@ class AgipdCorrections:
@@ -712,7 +717,7 @@ class AgipdCorrections:
@@ -753,8 +758,8 @@ class AgipdCorrections:
@@ -779,7 +784,7 @@ class AgipdCorrections:
@@ -816,7 +821,6 @@ class AgipdCorrections:
@@ -831,7 +835,7 @@ class AgipdCorrections:
@@ -853,7 +857,8 @@ class AgipdCorrections:
@@ -890,8 +895,8 @@ class AgipdCorrections:
@@ -1075,7 +1080,7 @@ class AgipdCorrections:
@@ -1090,7 +1095,7 @@ class AgipdCorrections:
@@ -1100,18 +1105,20 @@ class AgipdCorrections:
@@ -1151,11 +1158,11 @@ class AgipdCorrections:
Forgive me for derailing this MR, and ignore it for merging purposes, but... why is there an
# noqa
in this line? Only because the author didn't like some linters opinion?That's okay.
The whole line is 80 characters, barely triggering pep8. But it's so because of the line break.
The whole thing could be:
But i did not want to touch the logic in this MR