Преглед на файлове

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