Skip to content

Commit

Permalink
Flake 8
Browse files Browse the repository at this point in the history
  • Loading branch information
tino097 committed Jan 16, 2024
1 parent 503f649 commit 162d609
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions ckanext/qa/plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ def update_config(self, config):
qsv_path = Path(qsv_config)
if not qsv_path.is_file():
log.error('ckanext.qa.qsv_config file not found: %s', qsv_path)



# IPipe

def receive_data(self, operation, queue, **params):
Expand Down
1 change: 0 additions & 1 deletion ckanext/qa/sniff_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import os
from collections import defaultdict
import subprocess
from pathlib import Path

import xlrd
import magic
Expand Down

0 comments on commit 162d609

Please sign in to comment.