Skip to content

Commit 2c10069

Browse files
committed
Make flake8 happy: ignore F401 in setup.py import jose
1 parent 8918de6 commit 2c10069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
import platform
55

6-
import jose
6+
import jose # noqa: F401
77

88
from setuptools import setup
99

0 commit comments

Comments
 (0)