diff options
| author | John Villalovos <john@sodarock.com> | 2023-02-05 23:27:58 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-06 08:27:58 +0100 |
| commit | 44786efad1dbb66c8242e61cf0830d58dfaff196 (patch) | |
| tree | bb6c2a4d744e788f3689006b051d4b13f0c019ff /tests/unit | |
| parent | 19927906809c329788822f91d0abd8761a85c5c3 (diff) | |
| download | gitlab-44786efad1dbb66c8242e61cf0830d58dfaff196.tar.gz | |
chore(deps): update black (23.1.0) and commitizen (2.40.0) (#2479)
Update the dependency versions:
black: 23.1.0
commitizen: 2.40.0
They needed to be updated together as just updating `black` caused a
dependency conflict.
Updated files by running `black` and committing the changes.
Diffstat (limited to 'tests/unit')
| -rw-r--r-- | tests/unit/objects/test_statistics.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/objects/test_statistics.py b/tests/unit/objects/test_statistics.py index a65b6e1..c7ace57 100644 --- a/tests/unit/objects/test_statistics.py +++ b/tests/unit/objects/test_statistics.py @@ -22,7 +22,6 @@ content = { @pytest.fixture def resp_application_statistics(): - with responses.RequestsMock() as rsps: rsps.add( method=responses.GET, |
