Skip to content

Commit

Permalink
fix isort finding in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ceturc committed Aug 21, 2024
1 parent f16bc6b commit 3dc526f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion tests/test_wsgi_root_log_level.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import pytest
import logging

import pytest

from zappa.handler import LambdaHandler

"""
Expand Down
3 changes: 2 additions & 1 deletion tests/test_wsgi_root_log_level_app.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from flask import Flask, request
import logging

from flask import Flask, request

app = Flask(__name__)


Expand Down

0 comments on commit 3dc526f

Please sign in to comment.