Style: isort

This commit is contained in:
Kyle Hornberg
2018-02-06 11:36:42 -06:00
parent f8ae55b6bf
commit 6bedd84678
2 changed files with 6 additions and 4 deletions
+4 -3
View File
@@ -1,8 +1,9 @@
from octokit import Octokit
import requests
import pytest
import json
import pytest
import requests
from octokit import Octokit
class TestClientMethods(object):