瀏覽代碼

HUE-2458 [core] Fix the import order

Erick Tryzelaar 11 年之前
父節點
當前提交
bf3f009
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/libs/libsaml/src/libsaml/views.py

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

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