Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
glasnt committed Nov 13, 2020
1 parent f5ee361 commit 2c0b6d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion octohatrack_graphql.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
- last 100 commit comments
"""

import requests
import json
import os

import click
import requests

GITHUB_API = "https://api.github.com/graphql"
GITHUB_TOKEN = os.environ.get("GITHUB_TOKEN")
Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
from setuptools import setup, find_packages
import sys
from codecs import open
from os import path
import sys

from setuptools import find_packages, setup

import versioneer

# Exit unless we're in pip3/Python 3
Expand Down

0 comments on commit 2c0b6d4

Please sign in to comment.