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.