summaryrefslogtreecommitdiff
path: root/kombu/utils/time.py
Commit message (Expand)AuthorAgeFilesLines
* Bump pyupgrade version and add __future__.annotations importMarcelo Trylesinski2022-04-151-2/+2
* Add `mypy` to the pipeline (#1512)Marcelo Trylesinski2022-04-091-4/+2
* pyupgradeOmer Katz2020-07-131-1/+0
* Ignore flake8 errors for now due to type annotations bug in pyflakes.Omer Katz2019-02-041-0/+2
* Added missing comma for tuples with one element in __all__.Omer Katz2019-01-091-1/+1
* Used a tuple instead of a list to define __all__. (#945)Mads Jensen2018-11-121-1/+1
* Adds Queue.expires,.message_ttl,.max_length,.max_length_bytes,.max_priority (...Ask Solem2016-10-141-0/+10