Skip to content

Commit 62b6b01

Browse files
author
Matthew Aitchison
committed
fixes for ruff
1 parent 2656625 commit 62b6b01

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

tinker_cookbook/distillation/train_on_policy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import logging
88
import os
99
import time
10-
from typing import Any, Dict, List, Literal, Sequence, cast
10+
from typing import Any, Dict, List, Sequence, cast
1111

1212
import chz
1313
import tinker

tinker_cookbook/recipes/math_rl/train.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import asyncio
22
import logging
33
from datetime import datetime
4-
from typing import Literal
54

65
import chz
76
from tinker_cookbook import cli_utils, model_info

tinker_cookbook/rl/train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import os
99
import time
1010
from contextlib import contextmanager
11-
from typing import Any, Callable, Iterator, List, Literal, Sequence
11+
from typing import Any, Callable, Iterator, List, Sequence
1212

1313
import chz
1414
import numpy as np

0 commit comments

Comments
 (0)