Skip to content

Commit

Permalink
Fix ruff issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cjh1 committed Jul 18, 2024
1 parent 6a7d22d commit 64cbd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sfapi_client/_models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from datetime import date as date_, datetime
from enum import Enum
from typing import Any, Dict, List, Optional, Union
from typing import Dict, List, Optional, Union

from pydantic import BaseModel, Field

Expand Down

0 comments on commit 64cbd84

Please sign in to comment.