Skip to content

Commit

Permalink
fix HarmonicBalance.LinearResponse has unused explicit imports for:…
Browse files Browse the repository at this point in the history
… substitute
  • Loading branch information
oameye committed Oct 26, 2024
1 parent c568e42 commit 3f2a91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LinearResponse/LinearResponse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ using Plots: heatmap, theme_palette, scatter, RGB, cgrad
using Latexify: Latexify, latexify, @L_str
using Latexify.LaTeXStrings: LaTeXStrings

using Symbolics: Num, Equation, substitute, unwrap
using Symbolics: Num, Equation, unwrap
using LinearAlgebra: norm, eigvals, eigen, eigvecs
using OrderedCollections: OrderedDict

Expand Down

0 comments on commit 3f2a91c

Please sign in to comment.