Skip to content

Commit

Permalink
ci: fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
gavincyi committed Dec 29, 2022
1 parent ca47fe9 commit 8a0ef82
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_factor_risk_model.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import numpy as np
import pandas as pd
import pytest

from numpy import array, nan
import numpy as np
from pandas import DataFrame
import pandas as pd

from fpm_risk_model.factor_risk_model import FactorRiskModel

Expand Down

0 comments on commit 8a0ef82

Please sign in to comment.