Skip to content

Commit

Permalink
Break linter
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-shelkovnikov committed Jan 8, 2025
1 parent bd4c09c commit 41a99bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions connectors/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,12 @@
TYPE_DEFAULTS = {
str: "",
int: None,

float: None,

bool: None,
list: [],

}


Expand Down

0 comments on commit 41a99bb

Please sign in to comment.