Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Address PR comments: alphabetic import order
Browse files Browse the repository at this point in the history
  • Loading branch information
thallada committed Apr 24, 2017
1 parent 96c858f commit 6f5ec22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analyticsclient/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

from analyticsclient.course import Course
from analyticsclient.course_summaries import CourseSummaries
from analyticsclient.programs import Programs
from analyticsclient.exceptions import ClientError, InvalidRequestError, NotFoundError, TimeoutError
from analyticsclient.module import Module
from analyticsclient.programs import Programs
from analyticsclient.status import Status


Expand Down
2 changes: 1 addition & 1 deletion analyticsclient/tests/test_programs.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import ddt

from analyticsclient.tests import ClientTestCase, APIListTestCase
from analyticsclient.tests import APIListTestCase, ClientTestCase


@ddt.ddt
Expand Down

0 comments on commit 6f5ec22

Please sign in to comment.