Skip to content

Commit

Permalink
Introduce a change that should fail pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Oct 31, 2023
1 parent 9daa990 commit 2991892
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions synapseclient/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,29 @@ def __init__(
):
self._requests_session = requests_session or requests.Session()
























cache_root_dir = (
cache.CACHE_ROOT_DIR if cache_root_dir is None else cache_root_dir
)
Expand Down

0 comments on commit 2991892

Please sign in to comment.