Skip to content

Commit

Permalink
Remove bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed May 12, 2023
1 parent 6fd59ff commit 21a0e38
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,7 @@

import qiskit_sphinx_theme
import qiskit_finance
from custom_directives import (
IncludeDirective,
GalleryItemDirective,
CustomGalleryItemDirective,
CustomCalloutItemDirective,
CustomCardItemDirective,
)
from custom_directives import IncludeDirective, CustomCalloutItemDirective, CustomCardItemDirective

# Set env flag so that we can doc functions that may otherwise not be loaded
# see for example interactive visualizations in qiskit.visualization.
Expand Down

0 comments on commit 21a0e38

Please sign in to comment.