Skip to content

Commit 1b14089

Browse files
committed
fix
1 parent 56e6362 commit 1b14089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ratapi/wrappers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Wrappers for the interface between RATapi and MATLAB custom files."""
1+
"""Wrappers for the interface between ratapi and MATLAB custom files."""
22

33
import os
44
import pathlib
@@ -8,7 +8,7 @@
88
import numpy as np
99
from numpy.typing import ArrayLike
1010

11-
import RATapi.rat_core
11+
import ratapi.rat_core
1212

1313

1414
def start_matlab():

0 commit comments

Comments
 (0)