mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 17:25:08 +00:00
Fix linting
This commit is contained in:
parent
31518803ad
commit
dbccc8fc19
1 changed files with 1 additions and 1 deletions
|
|
@ -1,9 +1,9 @@
|
|||
from contextlib import suppress
|
||||
import os
|
||||
import ssl
|
||||
import subprocess
|
||||
import sys
|
||||
import time
|
||||
from contextlib import suppress
|
||||
from typing import Callable, Optional
|
||||
from urllib.error import HTTPError, URLError
|
||||
from urllib.request import Request, urlopen
|
||||
|
|
|
|||
Loading…
Reference in a new issue