Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Dec 14, 2023
1 parent 426265b commit 98a8bc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_mixins/test_scripting.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
from __future__ import annotations

import logging

import pytest
import redis
import redis.client
from redis.exceptions import ResponseError

import fakeredis
from test.testtools import raw_command
from test import testtools

Expand Down

0 comments on commit 98a8bc4

Please sign in to comment.