Skip to content

Commit

Permalink
feat(datastore): support RemoteDataStore and make LocalDataStore work…
Browse files Browse the repository at this point in the history
… with multi processing (#909)

add support for RemoteDataStore and make LocalDataStore work with multi processing
  • Loading branch information
xuchuan authored Aug 16, 2022
1 parent 7341175 commit 368ea4d
Show file tree
Hide file tree
Showing 5 changed files with 1,011 additions and 287 deletions.
2 changes: 1 addition & 1 deletion client/.flake8
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# E203: whitespace before ':'
# E731: do not assign a lambda expression, use a def
# W605: invalid escape sequence '\#'
ignore= H101,W503,E203,E731,W605
ignore= H101,W503,E203,E731,W605,C901
max-line-length = 200
max-complexity = 18
exclude =
Expand Down
Loading

0 comments on commit 368ea4d

Please sign in to comment.