Skip to content
Snippets Groups Projects
Unverified Commit 72a35f31 authored by Fabian Vu's avatar Fabian Vu Committed by GitHub
Browse files

Move import of BRelation in BSet to front

parent 5fc36f5b
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ from btypes.BInteger import *
from btypes.BBoolean import *
from btypes.BString import *
from btypes.BStruct import *
from btypes.BRelation import *
class BSet:
......@@ -244,6 +244,3 @@ class BSet:
def __iter__(self):
return iter(self.__set)
from btypes.BRelation import *
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment