Skip to content

Commit 428ed8a

Browse files
committed
Clean up an unused variable
1 parent 2fc2c48 commit 428ed8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sbol3/document.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ def _build_object(self, identity: str, types: List[str]) -> Optional[Identified]
108108
SBOL_TOP_LEVEL: CustomTopLevel
109109
}
110110
sbol_type = sbol_types[0]
111-
result = None
112111
if sbol_type in extension_types:
113112
# Build an extension object
114113
types.remove(sbol_type)

0 commit comments

Comments
 (0)