Explorar o código

HUE-2458 [core] Fix the import order

Erick Tryzelaar %!s(int64=11) %!d(string=hai) anos
pai
achega
bf3f009
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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