Skip to content

Commit 01e6e43

Browse files
committed
Remove unused references section from plot_capacity_analyzer.py
1 parent 1687b71 commit 01e6e43

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

examples/utils/plot_capacity_analyzer.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -544,10 +544,3 @@
544544
# Print total execution time
545545
end_time = time.time()
546546
print(f"\nTotal execution time: {end_time - start_time:.1f} seconds")
547-
548-
# %%
549-
# References
550-
# ----------
551-
# .. bibliography:: references.bib
552-
# :style: unsrt
553-
# :filter: docname in docnames

0 commit comments

Comments
 (0)