Remove unused import

This commit is contained in:
Gabriel Augendre 2021-11-14 12:32:34 +01:00
parent 7e765fe94a
commit 6d649dae8c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import collections
import re
from typing import DefaultDict, Dict, List, Optional, Tuple
from typing import Dict, List, Optional, Tuple
import httpx
from fastapi import FastAPI, HTTPException