Skip to content

Commit 64b15bf

Browse files
authored
fix(scientist): update ruff bug (#16)
1 parent 66a8416 commit 64b15bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiny_scientist/scientist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def review(
180180

181181
# Create client and scientist
182182
client, model = create_client(args.model)
183-
scientist = Scientist(
183+
scientist = TinyScientist(
184184
model=model,
185185
client=client,
186186
base_dir=args.base_dir

0 commit comments

Comments
 (0)