Skip to content

Commit 42b6154

Browse files
committed
run linter again
run linter again
1 parent 6532fec commit 42b6154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/xfd_django/xfd_api/tasks/vulnScanningSync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def fetch_in_chunks(base_query: str, chunk_size: int = 5000):
139139
offset += chunk_size
140140

141141

142-
def main(): # pylint: disable=R0915
142+
def main(): # pylint: disable=R0915
143143
"""Execute the vulnerability scanning synchronization task."""
144144
LOGGER.info("Started VulnScanningSync scan...")
145145

0 commit comments

Comments
 (0)