Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Oct 3, 2023
1 parent e256f21 commit e153f18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flow/connectors/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import (
)

var ErrUnsupportedFunctionality = errors.New("requested connector does not support functionality")
var ErrWrongConfig = errors.New("wrong config for connector")

type Connector interface {
Close() error
Expand Down

0 comments on commit e153f18

Please sign in to comment.