Skip to content
Snippets Groups Projects
Commit 2fcfaf2f authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

test

parent 1d16511f
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ class Range(object):
args = {
True: self.__from_range,
False: self.__from_str
}[isinstance(rs, type(self))](op)
}[isinstance(rs, type(self))](rs)
q = lambda a, b: args[a] and math.isinf(args[b])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment