Skip to content

Commit f6f3577

Browse files
committed
Remove pylint comment from req file
Signed-off-by: Ryan O'Leary <[email protected]>
1 parent d2afc83 commit f6f3577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stable_diffusion/stable_diffusion_tpu_req.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import argparse
22
from concurrent import futures
33
import functools
4-
from io import BytesIO # pylint:disable=g-importing-member
4+
from io import BytesIO
55
import numpy as np
66
from PIL import Image
77
import requests

0 commit comments

Comments
 (0)