8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3ef62 commit 3941c84Copy full SHA for 3941c84
AUTHORS.rst
@@ -130,3 +130,5 @@ Contributors
130
- Dejan Svetec (@dsvetec)
131
132
- Billy Keyes (@bluekeyes)
133
+
134
+- Andreas Backx (@AndreasBackx)
tests/integration/test_gists.py
@@ -79,7 +79,6 @@ def test_files(self):
79
with self.recorder.use_cassette(cassette_name):
80
gists = self.gh.gists_by('sigmavirus24')
81
assert gists is not None
82
- print(gists)
83
for gist in gists:
84
files = gist.files()
85
for _file in files:
0 commit comments