diff options
author | neodarz <neodarz@neodarz.net> | 2020-04-11 16:28:47 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2020-04-11 16:28:47 +0200 |
commit | 67593660c3c7c878b694f7fc661d91b5ceea2d86 (patch) | |
tree | 6ad50d94bac036c5d3231ad0ba5c6a4d86d4d062 | |
parent | 274026d0fd21f5e96d7109e52f7d910a0b1d7225 (diff) | |
download | pyfunkwhale-67593660c3c7c878b694f7fc661d91b5ceea2d86.tar.xz pyfunkwhale-67593660c3c7c878b694f7fc661d91b5ceea2d86.zip |
Remove useless import in example
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -28,8 +28,6 @@ Example usage: #!/usr/bin/env python # -*- condig: utf-8 -*- -import requests - from pyfunkwhale.funkwhale import Funkwhale client_name = "pyfunkwhale" |