Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dc61dbd

Browse files
committed
All: fix flake8 for plausible change
1 parent 67602e7 commit dc61dbd

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

antennatracker/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
html_js_files = [
154154
'./useralerts.js',
155155
('https://plausible.ardupilot.org/js/script.outbound-links.js', {"data-domain": "ardupilot.org", "defer": "defer"}),
156-
]
156+
]
157157

158158
# Add any extra paths that contain custom files (such as robots.txt or
159159
# .htaccess) here, relative to this directory. These files are copied

ardupilot/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370

371371
html_js_files = [
372372
('https://plausible.ardupilot.org/js/script.outbound-links.js', {"data-domain": "ardupilot.org", "defer": "defer"}),
373-
]
373+
]
374374

375375
# Intersphinx mapping config (done globally)
376376
intersphinx_mapping = common_conf.intersphinx_mapping

blimp/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
html_js_files = [
157157
'./useralerts.js',
158158
('https://plausible.ardupilot.org/js/script.outbound-links.js', {"data-domain": "ardupilot.org", "defer": "defer"}),
159-
]
159+
]
160160

161161
# Add any extra paths that contain custom files (such as robots.txt or
162162
# .htaccess) here, relative to this directory. These files are copied

copter/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
html_js_files = [
157157
'./useralerts.js',
158158
('https://plausible.ardupilot.org/js/script.outbound-links.js', {"data-domain": "ardupilot.org", "defer": "defer"}),
159-
]
159+
]
160160

161161
# Add any extra paths that contain custom files (such as robots.txt or
162162
# .htaccess) here, relative to this directory. These files are copied

mavproxy/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219

220220
html_js_files = [
221221
('https://plausible.ardupilot.org/js/script.outbound-links.js', {"data-domain": "ardupilot.org", "defer": "defer"}),
222-
]
222+
]
223223
# -- Options for LaTeX output ---------------------------------------------
224224

225225
latex_elements = {

plane/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
html_js_files = [
156156
'./useralerts.js',
157157
('https://plausible.ardupilot.org/js/script.outbound-links.js', {"data-domain": "ardupilot.org", "defer": "defer"}),
158-
]
158+
]
159159

160160
# Add any extra paths that contain custom files (such as robots.txt or
161161
# .htaccess) here, relative to this directory. These files are copied

planner/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218

219219
html_js_files = [
220220
('https://plausible.ardupilot.org/js/script.outbound-links.js', {"data-domain": "ardupilot.org", "defer": "defer"}),
221-
]
221+
]
222222
# -- Options for LaTeX output ---------------------------------------------
223223

224224
latex_elements = {

planner2/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218

219219
html_js_files = [
220220
('https://plausible.ardupilot.org/js/script.outbound-links.js', {"data-domain": "ardupilot.org", "defer": "defer"}),
221-
]
221+
]
222222
# -- Options for LaTeX output ---------------------------------------------
223223

224224
latex_elements = {

rover/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
html_js_files = [
155155
'./useralerts.js',
156156
('https://plausible.ardupilot.org/js/script.outbound-links.js', {"data-domain": "ardupilot.org", "defer": "defer"}),
157-
]
157+
]
158158

159159
# Add any extra paths that contain custom files (such as robots.txt or
160160
# .htaccess) here, relative to this directory. These files are copied

0 commit comments

Comments
 (0)