Skip to content

Commit

Permalink
**CI** Formatted code + Updated version number and documentation. [sk…
Browse files Browse the repository at this point in the history
…ip ci]
  • Loading branch information
github-actions[bot] committed Jan 17, 2025
1 parent ac7ae84 commit ddfe9a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dol/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def _kv_spec_to_func(kv_spec: KvSpec) -> Callable:
# but determined by some rules executed dynamically.
# Related DirStore and kv_walk.
class FlatReader(KvReader):
"""Get a 'flat view' of a store of stores.
"""Get a 'flat view' of a store of stores.
That is, where keys are `(first_level_key, second_level_key)` pairs.
This is useful, for instance, to make a union of stores (you'll get all the values).
Expand Down
4 changes: 2 additions & 2 deletions dol/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -1909,9 +1909,9 @@ def written_key(
If None, a temporary file is created.
If a string starting with '*', the '*' is replaced with a unique temporary filename.
If a string that has a '*' somewhere in the middle, what's on the left of if is used as a directory
and the '*' is replaced with a unique temporary filename. For example
and the '*' is replaced with a unique temporary filename. For example
'/tmp/*_file.ext' would be replaced with '/tmp/oiu8fj9873_file.ext'.
If a callable, it will be called with obj as input to get the key. One use case
If a callable, it will be called with obj as input to get the key. One use case
is to use a function that generates a key based on the object.
:param obj_arg_position_in_writer: Position of the object argument in writer function (0 or 1).
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dol
version = 0.3.2
version = 0.3.3
url = https://github.com/i2mint/dol
platforms = any
description_file = README.md
Expand Down

0 comments on commit ddfe9a5

Please sign in to comment.