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 829f141 commit a305dd6Copy full SHA for a305dd6
README.rst
@@ -3,6 +3,9 @@
3
API Client Generator for Python
4
===============================
5
6
+FOO
7
+
8
9
|release level| |pypi| |versions|
10
11
A generator for protocol buffer described APIs for and in Python 3.
noxfile.py
@@ -25,8 +25,6 @@
25
from os import path
26
import shutil
27
28
-# just an empty comment while we revert all code changes
29
-
30
nox.options.error_on_missing_interpreters = True
31
32
0 commit comments