Skip to content
Snippets Groups Projects
Commit 822d5bf2437d authored by Laurent Peuch's avatar Laurent Peuch
Browse files

fix: please flake8 on the ci

parent ac2376460a1d
No related branches found
No related tags found
No related merge requests found
Pipeline #119685 passed
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
@monkeypatch(basetemplates.HTMLPageHeader) # noqa: F811 @monkeypatch(basetemplates.HTMLPageHeader) # noqa: F811
def call(self, view, **kwargs): def call(self, view, **kwargs): # noqa: F811
self.main_header(view) self.main_header(view)
self.breadcrumbs(view) self.breadcrumbs(view)
...@@ -281,7 +281,7 @@ ...@@ -281,7 +281,7 @@
@monkeypatch(basetemplates.HTMLContentFooter) # noqa: F811 @monkeypatch(basetemplates.HTMLContentFooter) # noqa: F811
def call(self, view, **kwargs): def call(self, view, **kwargs): # noqa: F811
components = self._cw.vreg['ctxcomponents'].poss_visible_objects( components = self._cw.vreg['ctxcomponents'].poss_visible_objects(
self._cw, rset=self.cw_rset, view=view, context='navbottom') self._cw, rset=self.cw_rset, view=view, context='navbottom')
if components: if components:
...@@ -293,7 +293,7 @@ ...@@ -293,7 +293,7 @@
@monkeypatch(basetemplates.HTMLPageFooter) # noqa: F811 @monkeypatch(basetemplates.HTMLPageFooter) # noqa: F811
def call(self, **kwargs): def call(self, **kwargs): # noqa: F811
self.w(u'<footer id="pagefooter" role="contentinfo">') self.w(u'<footer id="pagefooter" role="contentinfo">')
self.footer_content() self.footer_content()
self.w(u'</footer>\n') self.w(u'</footer>\n')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment