Skip to content

Commit fd18b2b

Browse files
committed
Linter fix
1 parent 0548750 commit fd18b2b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

cmdstanpy/install_cmdstan.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,11 @@ def build(verbose: bool = False) -> None:
144144
)
145145

146146

147-
def compile_example():
148-
"""Compile the example model. The current directory must be a cmdstan library."""
147+
def compile_example() -> None:
148+
"""
149+
Compile the example model.
150+
The current directory must be a cmdstan library.
151+
"""
149152
cmd = [
150153
MAKE,
151154
Path(

0 commit comments

Comments
 (0)