Skip to content

Commit

Permalink
Remove build status shield
Browse files Browse the repository at this point in the history
  • Loading branch information
aekasitt committed Apr 4, 2024
1 parent 8ee1bac commit 188aced
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Cachette

[![Build status](https://travis-ci.com/aekasitt/cachette.svg?branch=master)](https://app.travis-ci.com/github/aekasitt/cachette)
[![Package vesion](https://img.shields.io/pypi/v/cachette)](https://pypi.org/project/cachette)
[![Format](https://img.shields.io/pypi/format/cachette)](https://pypi.org/project/cachette)
[![Python version](https://img.shields.io/pypi/pyversions/cachette)](https://pypi.org/project/cachette)
Expand Down Expand Up @@ -124,7 +123,7 @@ async def getter(key: str, cachette: Cachette = Depends()):
```

## Roadmap

t
1. Implement `flush` and `flush_expired` methods on individual backends
(Not needed for Redis & Memcached backends)

Expand Down

0 comments on commit 188aced

Please sign in to comment.