mirror of
https://github.com/facebookresearch/blt.git
synced 2025-09-02 10:39:10 +00:00
Merge 0e9421af07
into sapling-pr-archive-EntilZha
This commit is contained in:
commit
fff80b86b5
1 changed files with 1 additions and 1 deletions
|
@ -4,10 +4,10 @@ import json
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
import subprocess
|
import subprocess
|
||||||
from pydantic import BaseModel
|
|
||||||
from typing import Any, Dict
|
from typing import Any, Dict
|
||||||
|
|
||||||
from omegaconf import OmegaConf
|
from omegaconf import OmegaConf
|
||||||
|
from pydantic import BaseModel
|
||||||
|
|
||||||
|
|
||||||
class StoolArgs(BaseModel):
|
class StoolArgs(BaseModel):
|
||||||
|
|
Loading…
Add table
Reference in a new issue