Skip to content

Commit

Permalink
Merge pull request #12 from smkent/dev
Browse files Browse the repository at this point in the history
Add misc fixups
  • Loading branch information
smkent authored Feb 26, 2022
2 parents 5427093 + b7ead79 commit dc4afe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A [JMAP][jmapio] client library for Python
Prerequisites: [Poetry][poetry]

* Setup: `poetry install`
* Test template rendering and run rendered project tests: `poetry run poe test`
* Run all tests: `poetry run poe test`
* Fix linting errors: `poetry run poe lint`

---
Expand Down
2 changes: 1 addition & 1 deletion jmapc/models/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

T = TypeVar("T")
StrOrRef = Union[str, ResultReference]
ListOrRef = Union[ResultReference, List[T]]
ListOrRef = Union[List[T], ResultReference]


@dataclass
Expand Down

0 comments on commit dc4afe9

Please sign in to comment.