Skip to content

Commit

Permalink
flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislit committed Sep 30, 2018
1 parent b92c862 commit 44aea0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/fuzz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@

import random
import unicodedata
from string import printable

from six import unichr
from string import printable


def random_char(below=0x10ffff, must_be=None):
"""Generate a random Unicode character below U+{below}."""
Expand Down
2 changes: 1 addition & 1 deletion tests/regression

0 comments on commit 44aea0b

Please sign in to comment.