Skip to content

Commit

Permalink
Remove redundant strings
Browse files Browse the repository at this point in the history
  • Loading branch information
edoaltamura committed Jun 10, 2024
1 parent 7c92d97 commit 25cd223
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions qiskit_finance/data_providers/data_on_demand_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.

""" NASDAQ Data on demand data provider. """

from __future__ import annotations
import datetime
from urllib.parse import urlencode
Expand Down
2 changes: 0 additions & 2 deletions qiskit_finance/data_providers/exchange_data_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.

""" Exchange data provider. """

from __future__ import annotations
import logging
import datetime
Expand Down
2 changes: 0 additions & 2 deletions qiskit_finance/data_providers/random_data_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.

""" Pseudo-randomly generated mock stock-market data provider """

from __future__ import annotations
import datetime
import logging
Expand Down
1 change: 0 additions & 1 deletion qiskit_finance/data_providers/wikipedia_data_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.

""" Wikipedia data provider. """
from __future__ import annotations
import logging
import datetime
Expand Down
2 changes: 0 additions & 2 deletions qiskit_finance/data_providers/yahoo_data_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.

""" Yahoo data provider. """

from __future__ import annotations
import datetime
import logging
Expand Down

0 comments on commit 25cd223

Please sign in to comment.