Skip to content

Commit 04de987

Browse files
committed
FIxed newlines
1 parent 01259e6 commit 04de987

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

intelmq/lib/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,4 +1530,4 @@ class Parameters:
15301530
'source_pipeline_broker': 'Pythonlistsimple',
15311531
'destination_pipeline_broker': 'Pythonlistsimple',
15321532
'destination_queues': {'_default': 'output',
1533-
'_on_error': 'error'}}
1533+
'_on_error': 'error'}}

intelmq/lib/datatypes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,3 @@ def validate(value: str) -> [Callable, Optional[str]]:
137137
expected=conversion_name)
138138

139139
return conversion, format_string
140-

0 commit comments

Comments
 (0)