mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
4c4aba108c
commit
d8c83dd5de
1 changed files with 1 additions and 1 deletions
|
|
@ -21,9 +21,9 @@ These environment variables will be used to configure the evaluation environment
|
|||
|
||||
import multiprocessing as mp
|
||||
import os
|
||||
from multiprocessing.context import TimeoutError # SECURITY FIX
|
||||
from pathlib import Path
|
||||
from typing import Dict, List, Optional, Tuple, TypedDict, Union
|
||||
from multiprocessing.context import TimeoutError # SECURITY FIX
|
||||
|
||||
from datasets import load_dataset
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue