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 d908ba6 commit 17954abCopy full SHA for 17954ab
tests/framework_azurefunctions/sample_application/function_app.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-import azure.functions # noqa: E402; pylint: disable=E0401
+import azure.functions # pylint: disable=E0401
16
17
app = azure.functions.FunctionApp(http_auth_level=azure.functions.AuthLevel.ANONYMOUS)
18
0 commit comments