Jeremy Stretch 8 년 전
부모
커밋
ebddc46bc0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      netbox/utilities/tests.py

+ 1 - 0
netbox/utilities/tests.py

@@ -1,5 +1,6 @@
 from __future__ import unicode_literals
 
+
 class HttpStatusMixin(object):
     """
     Custom mixin to provide more detail in the event of an unexpected HTTP response.