Skip to content

Commit 4bff5e1

Browse files
committed
Remove unused noqa directive
1 parent a6257b2 commit 4bff5e1

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
1616

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

0 commit comments

Comments
 (0)