Skip to content

Commit

Permalink
fix: remove require that isn't used
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Jun 21, 2024
1 parent 24e994e commit 08e6450
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: placeos-driver
version: 7.1.0
version: 7.1.1
crystal: ">= 1.0.0"

dependencies:
Expand Down
2 changes: 0 additions & 2 deletions src/placeos-driver/logger.cr
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "log_helper"

require "./constants"
require "./logger_io"

Expand Down
1 change: 0 additions & 1 deletion src/placeos-driver/subscriptions.cr
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require "log_helper"
require "redis"
require "simple_retry"

Expand Down

0 comments on commit 08e6450

Please sign in to comment.