mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-28 01: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 os
|
||||||
import ssl
|
import ssl
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
import time
|
import time
|
||||||
|
from contextlib import suppress
|
||||||
from typing import Callable, Optional
|
from typing import Callable, Optional
|
||||||
from urllib.error import HTTPError, URLError
|
from urllib.error import HTTPError, URLError
|
||||||
from urllib.request import Request, urlopen
|
from urllib.request import Request, urlopen
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue