Skip to content

Commit 7e75310

Browse files
sacca97copernico
authored andcommitted
flake8 failure
1 parent 6397545 commit 7e75310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prospector/client/cli/json_report.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
_logger = log.util.init_local_logger()
88

9+
910
class SetEncoder(json.JSONEncoder):
1011
def default(self, obj):
1112
if isinstance(obj, set):

0 commit comments

Comments
 (0)