aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2020-04-11 16:28:47 +0200
committerneodarz <neodarz@neodarz.net>2020-04-11 16:28:47 +0200
commit67593660c3c7c878b694f7fc661d91b5ceea2d86 (patch)
tree6ad50d94bac036c5d3231ad0ba5c6a4d86d4d062
parent274026d0fd21f5e96d7109e52f7d910a0b1d7225 (diff)
downloadpyfunkwhale-67593660c3c7c878b694f7fc661d91b5ceea2d86.tar.xz
pyfunkwhale-67593660c3c7c878b694f7fc661d91b5ceea2d86.zip
Remove useless import in example
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index f108fa6..8880057 100644
--- a/README.md
+++ b/README.md
@@ -28,8 +28,6 @@ Example usage:
#!/usr/bin/env python
# -*- condig: utf-8 -*-
-import requests
-
from pyfunkwhale.funkwhale import Funkwhale
client_name = "pyfunkwhale"