Skip to content

Commit

Permalink
Merge pull request #78 from NERSC/ruff
Browse files Browse the repository at this point in the history
Fix ruff issue
  • Loading branch information
cjh1 authored Jul 18, 2024
2 parents 6a7d22d + 64cbd84 commit 0ab2445
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 0ab2445

Please sign in to comment.