Skip to content

Commit

Permalink
chore: Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
georgedouzas committed Mar 8, 2024
1 parent 065cb2e commit 8de579f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sportsbet/datasets/_soccer/_fd.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

from __future__ import annotations

import warnings
from datetime import datetime
from functools import lru_cache
from typing import ClassVar
import warnings

import numpy as np
import pandas as pd
Expand Down

0 comments on commit 8de579f

Please sign in to comment.