Skip to content

Commit

Permalink
Merge pull request #39 from enova/fix-set-issue
Browse files Browse the repository at this point in the history
Import set to prevent uninitialized constant errors
  • Loading branch information
kaisensan authored Dec 3, 2024
2 parents a891b73 + ae4dd56 commit adc2df4
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 adc2df4

Please sign in to comment.