Skip to content

Commit

Permalink
bugfix: black
Browse files Browse the repository at this point in the history
  • Loading branch information
laixintao committed Feb 16, 2024
1 parent 358b1c5 commit c96aaa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions iredis/client.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
IRedis client.
"""

import re
import os
import sys
Expand Down
1 change: 1 addition & 0 deletions iredis/renders.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
func(redis-response) -> formatted result(str)
"""

import logging
import time
from packaging.version import parse as version_parse
Expand Down

0 comments on commit c96aaa6

Please sign in to comment.