Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Commit

Permalink
removed unneeded import of requests
Browse files Browse the repository at this point in the history
fixes #5
  • Loading branch information
Sebastian Noel Lübke authored Jan 9, 2021
1 parent 837b582 commit e558832
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion signal_cli_rest_api/app/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import aiofiles
import httpx
import requests
from fastapi import HTTPException

from .config import settings
Expand Down

0 comments on commit e558832

Please sign in to comment.