import optimization to make linter less mad

This commit is contained in:
2024-12-02 04:58:16 -08:00
parent bae56703ba
commit ac76ba688e
11 changed files with 32 additions and 55 deletions

View File

@@ -1,13 +1,9 @@
import os
import aiohttp
from aiodynamo.client import Client
from aiodynamo.client import Table
from aiodynamo.credentials import Credentials
from aiodynamo.http.httpx import HTTPX
from aiodynamo.http.aiohttp import AIOHTTP
from httpx import AsyncClient
class Database: