Skip to content

Commit 67c4c72

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ff618d6 commit 67c4c72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

claripy/backends/backend_vsa/strided_interval.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ def _lossless_reverse(a):
165165
# set it to False to allow easy implementation of test cases.
166166
_allow_dsis_flag = False
167167

168+
168169
@contextlib.contextmanager
169170
def _allow_dsis(flag):
170171
global _allow_dsis_flag
@@ -177,6 +178,7 @@ def _allow_dsis(flag):
177178
_allow_dsis_flag = saved
178179
claripy.backends.vsa.downsize()
179180

181+
180182
class StridedInterval(BackendObject, metaclass=ABCMeta):
181183
"""
182184
A Strided Interval is represented in the following form::

0 commit comments

Comments
 (0)