cpjk / canary

:hatching_chick: Elixir authorization and resource-loading library for Plug applications.
MIT License
474 stars 51 forks source link

remove uneeded using #19

Closed jeregrine closed 9 years ago

jeregrine commented 9 years ago

https://github.com/cpjk/canary/blob/master/lib/canary.ex#L4 this using is unnecessary as all it does is import. Update the README and tell user's to just import it :)

cpjk commented 9 years ago

Thanks for spotting this! :smile:

I just pushed a commit to fix this: https://github.com/cpjk/canary/commit/2ea80e9f152f0bfd3c84e9072ae8d7d169b5e97e

jeregrine commented 9 years ago

👍💜

On Fri, Aug 14, 2015 at 4:38 PM, Chris Kelly notifications@github.com wrote:

Thanks for spotting this! :smile:

I just pushed a commit to fix this: https://github.com/cpjk/canary/commit/2ea80e9f152f0bfd3c84e9072ae8d7d169b5e97e

Reply to this email directly or view it on GitHub: https://github.com/cpjk/canary/issues/19#issuecomment-131244155