Skip to content

Commit

Permalink
Try to make some style improvements to get style error count down
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebeal committed Apr 11, 2024
1 parent 9338566 commit d3ea012
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion sbol2/combinatorialderivation.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class CombinatorialDerivation(TopLevel):

def __init__(self, type_uri=SBOL_COMBINATORIAL_DERIVATION,
uri=URIRef("example"),
strategy='http://sbols.org/v2#enumerate',
_='http://sbols.org/v2#enumerate',
version=VERSION_STRING):
super().__init__(type_uri, uri, version)
# TODO in original source, it doesn't look like strategy is used
Expand Down
1 change: 0 additions & 1 deletion sbol2/componentdefinition.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
import posixpath
from typing import Union

Expand Down

0 comments on commit d3ea012

Please sign in to comment.