Эх сурвалжийг харах

HUE-2458 [core] Fix the import order

Erick Tryzelaar 11 жил өмнө
parent
commit
bf3f009

+ 1 - 1
desktop/libs/libsaml/src/libsaml/views.py

@@ -14,8 +14,8 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # See the License for the specific language governing permissions and
 # limitations under the License.
 # limitations under the License.
-from django.views.decorators.http import require_POST
 from django.views.decorators.csrf import csrf_exempt
 from django.views.decorators.csrf import csrf_exempt
+from django.views.decorators.http import require_POST
 
 
 from djangosaml2.views import login, echo_attributes, metadata,\
 from djangosaml2.views import login, echo_attributes, metadata,\
                               assertion_consumer_service, logout_service
                               assertion_consumer_service, logout_service