From 92934f2b72773627d97c6c95364bfd3d9cf83400 Mon Sep 17 00:00:00 2001
From: Interdonato Roberto <roberto.interdonato@cirad.fr>
Date: Fri, 24 Jan 2020 12:00:56 +0100
Subject: [PATCH] Delete test_scholarly.py

---
 test_scholarly.py | 7 -------
 1 file changed, 7 deletions(-)
 delete mode 100644 test_scholarly.py

diff --git a/test_scholarly.py b/test_scholarly.py
deleted file mode 100644
index d4e1aea..0000000
--- a/test_scholarly.py
+++ /dev/null
@@ -1,7 +0,0 @@
-import scholarly
-
-search_query = scholarly.search_pubs_query('scenario planning')
-
-for r in search_query:
-    print(r)
-
-- 
GitLab