Fmt.
This commit is contained in:
parent
ed5699b50d
commit
90e2c1a888
1 changed files with 2 additions and 3 deletions
|
@ -16,6 +16,8 @@ from time import sleep
|
|||
from typing import Callable
|
||||
from urllib import parse as urlparse
|
||||
|
||||
from fastmail import FastMailSMTP
|
||||
from flask import Flask as App, render_template
|
||||
from octorest import OctoRest as _OR
|
||||
from requests import Response
|
||||
from requests.exceptions import (
|
||||
|
@ -23,10 +25,7 @@ from requests.exceptions import (
|
|||
HTTPError,
|
||||
Timeout,
|
||||
)
|
||||
from flask import Flask as App, current_app, render_template
|
||||
|
||||
from tentacles.store import Store
|
||||
from fastmail import FastMailSMTP
|
||||
|
||||
|
||||
class OctoRest(_OR):
|
||||
|
|
Loading…
Reference in a new issue