Skip to content

Commit

Permalink
Attempt to fix lint error in import statement formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksynn committed May 21, 2024
1 parent ad9d59b commit 7704a7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rules-engine/src/rules_engine/pydantic_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
from dataclasses import dataclass
from datetime import date
from enum import Enum

from typing import Annotated, Any, Optional, Sequence


from pydantic import BaseModel, BeforeValidator, ConfigDict, Field


Expand Down

0 comments on commit 7704a7f

Please sign in to comment.