Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Conway/perspective into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Conway committed Aug 15, 2021
2 parents eb8b812 + 01151c2 commit bce0730
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Run unittest
env:
PERSPECTIVE_API_KEY: ${{ secrets.PERSPECTIVE_API_KEY }}
run: cd perspective && python -m unittest discover tests/
run: python -m unittest discover perspective/tests
2 changes: 1 addition & 1 deletion perspective/perspective.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import List, Optional
from .validators import Validators
from .api_client import APIClient
from perspective import attribute_types
from . import attribute_types


class PerspectiveAPI(object):
Expand Down
2 changes: 1 addition & 1 deletion perspective/validators.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Any
from .languages import iso_639
from perspective import attribute_types
from . import attribute_types


class Validators(object):
Expand Down

0 comments on commit bce0730

Please sign in to comment.