Skip to content

Commit

Permalink
Merge pull request #1 from nosahama/patch-1
Browse files Browse the repository at this point in the history
Corrected class name for `trips_service`
  • Loading branch information
gpkc authored Jun 2, 2018
2 parents 82dfa59 + 867d302 commit ae2848a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trips/trips.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from nameko_redis import Redis


class AirportsService:
class TripsService:
name = "trips_service"

redis = Redis('development')
Expand Down

0 comments on commit ae2848a

Please sign in to comment.