Skip to content

Commit

Permalink
fix: import set to prevent uninitialized constant errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisen-san committed Dec 3, 2024
1 parent df44505 commit ae4dd56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/prodder/pg.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'open3'
require 'pg'
require 'set'

module Prodder
class PG
Expand Down

0 comments on commit ae4dd56

Please sign in to comment.