Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
NellyMitnik authored and alongd committed Jul 8, 2024
1 parent 45aebc3 commit b213b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t3/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from enum import Enum
from typing import Dict, List, Optional, Tuple, Union

from pydantic import BaseModel, conint, confloat, constr, root_validator, validator
from pydantic import BaseModel, confloat, conint, constr, root_validator, validator

from t3.simulate.factory import _registered_simulate_adapters

Expand Down

0 comments on commit b213b64

Please sign in to comment.