Skip to content

Commit 17954ab

Browse files
committed
Fix azure linter errors
1 parent d908ba6 commit 17954ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/framework_azurefunctions/sample_application/function_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import azure.functions # noqa: E402; pylint: disable=E0401
15+
import azure.functions # pylint: disable=E0401
1616

1717
app = azure.functions.FunctionApp(http_auth_level=azure.functions.AuthLevel.ANONYMOUS)
1818

0 commit comments

Comments
 (0)