Skip to content

Commit d4ffbd8

Browse files
committed
Fix typo.
1 parent 5c760d4 commit d4ffbd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bg2cellml/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export type CellMLGenerationOptions = {
4545
const SETUP_FRAMEWORK = `
4646
import traceback
4747
from bg2cellml.bondgraph.framework import BondgraphFramework, framework_from_rdf
48-
from from bg2cellml.cellml import CELLML_MODEL_URI
48+
from bg2cellml.cellml import CELLML_MODEL_URI
4949
from bg2cellml.rdf.types import Triple
5050
5151
def get_issues(issues, debug=False) -> list[str]:

0 commit comments

Comments
 (0)