Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/keiffster/program-y
Browse files Browse the repository at this point in the history
  • Loading branch information
keiffster committed Mar 22, 2017
2 parents be21942 + 1fa9c92 commit 62d00d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/programy/clients/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from flask import Flask, jsonify, request, make_response, abort

from programy.clients.clients import BotClient
from programy.config.config import RestClientConfiguration
from programy.config.client.rest import RestClientConfiguration

class RestBotClient(BotClient):

Expand Down

0 comments on commit 62d00d7

Please sign in to comment.