Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
the-praxs committed Oct 16, 2023
1 parent 81f8181 commit cc54b92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from typing import List, Optional, Set, Union

from dateutil import parser
from pydantic import Field, field_validator, StrictInt, StrictFloat
from pydantic import Field, StrictFloat, StrictInt, field_validator

from openbb_provider.abstract.data import Data
from openbb_provider.abstract.query_params import QueryParams
Expand Down

0 comments on commit cc54b92

Please sign in to comment.