Skip to content

Commit

Permalink
fix line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuma committed Sep 19, 2024
1 parent 2949b82 commit 0f47d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maggma/stores/open_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(
self.logger = logging.getLogger(type(self).__name__)
self.logger.addHandler(logging.NullHandler())
self.logger.warning(
"Use all open data stores with caution. The stores are in a a deprecated, and in particular may be incompatible with numpy 2.0+."
"Use all open data stores with caution as they are deprecated and may be incompatible with numpy 2.0+."
)

@property
Expand Down

0 comments on commit 0f47d27

Please sign in to comment.