Skip to content

Commit

Permalink
Update plotting.py
Browse files Browse the repository at this point in the history
  • Loading branch information
88d52bdba0366127fffca9dfa93895 authored Nov 22, 2023
1 parent 54e9173 commit f23ed19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypfopt/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"""
import warnings

import numpy as np
import matplotlib.pyplot as plt
import numpy as np
import scipy.cluster.hierarchy as sch

from . import CLA, EfficientFrontier, exceptions, risk_models
Expand Down

0 comments on commit f23ed19

Please sign in to comment.