Skip to content

Commit

Permalink
Remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasbair committed Sep 1, 2024
1 parent e87cd7c commit e42ab2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ExOanda
Unofficial Elixir SDK for the Oanda API.

**TODO: Add description**
Note - this is highly experimental and in active development.

## Installation

Expand Down
5 changes: 0 additions & 5 deletions lib/code_generator.ex
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
defmodule ExOanda.CodeGenerator do
@moduledoc false

# TODO:
# - Add tests
# - Generate models
# - Add streaming

alias ExOanda.Config

defmacro __using__(_opts) do
Expand Down
2 changes: 1 addition & 1 deletion test/api_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ defmodule ExOandaTest.API do
end

test "returns the request unchanged when telemetry key is missing", %{req: req} do
conn = %Conn{token: "abc",}
conn = %Conn{token: "abc"}
assert API.maybe_attach_telemetry(req, conn) == req
end
end
Expand Down

0 comments on commit e42ab2e

Please sign in to comment.