Skip to content

Commit

Permalink
fix: credo
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedsoupe committed Sep 10, 2023
1 parent 3ba3fcb commit 9309d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nexus/parser.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ defmodule Nexus.Parser do

import Nexus.Parser.DSL

Check failure on line 4 in lib/nexus/parser.ex

View workflow job for this annotation

GitHub Actions / Run tests (25.1.2.1, 1.14)

** (CompileError) lib/nexus/parser.ex:4: module Nexus.Parser.DSL is not loaded and could not be found

alias Nexus.Command.Input
alias Nexus.Command
alias Nexus.Command.Input
alias Nexus.FailedCommandParsing, as: Error

@spec run!(binary, Command.t()) :: Input.t()
Expand Down

0 comments on commit 9309d3c

Please sign in to comment.