Skip to content

Commit

Permalink
chore: reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Dec 1, 2023
1 parent 148edf5 commit 977e43a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import warnings
from functools import partial
from itertools import product
from typing import List, Union, Optional
from typing import List, Optional, Union

import numpy as np
import pandas as pd
Expand Down

0 comments on commit 977e43a

Please sign in to comment.