mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-29 03:56:43 +08:00
refactor: reorganize backend module boundaries
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import requests
|
||||
|
||||
from app.foundation import http as http_module
|
||||
from app.foundation.http import AsyncRequestUtils, RequestUtils
|
||||
from app.adapters.network import http as http_module
|
||||
from app.adapters.network.http import AsyncRequestUtils, RequestUtils
|
||||
|
||||
|
||||
class _FakeSession:
|
||||
|
||||
Reference in New Issue
Block a user