Skip to content

Commit

Permalink
Removed unneccessary import.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Dec 1, 2023
1 parent f29deff commit 2c29ed9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/jobs/lisp-job.lisp
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
(uiop:define-package #:40ants-ci/jobs/lisp-job
(:use #:cl)
(:import-from #:40ants-ci/jobs/job
#:os
#:lisp
#:quicklisp)
#:os)
(:import-from #:40ants-ci/steps/action
#:action)
(:import-from #:40ants-ci/utils
Expand Down

0 comments on commit 2c29ed9

Please sign in to comment.