diff options
| author | LeaveMyYard <33721692+LeaveMyYard@users.noreply.github.com> | 2023-07-05 10:54:06 +0300 |
|---|---|---|
| committer | LeaveMyYard <33721692+LeaveMyYard@users.noreply.github.com> | 2023-07-05 10:54:06 +0300 |
| commit | 9f0a2f8a0ce17a7501b812e1880da3a1afffcf78 (patch) | |
| tree | d7a972974bbe47c7e1cfb59cd48995d652e3dde0 /tests | |
| parent | 682c2e5f45930f94fc0f2485d62fe536c61417c2 (diff) | |
Fix linting errors
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index af43124..3b89e88 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,6 +1,6 @@ import random from datetime import datetime, timedelta -from unittest.mock import AsyncMock, PropertyMock, patch +from unittest.mock import AsyncMock, patch import numpy as np import pytest |
