Skip to content

Commit 7e654af

Browse files
committed
Remove linter message for flake8 in ReadMe code
1 parent 7640533 commit 7e654af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

help_docs/syntax_formats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ class MinhaClasseDeTeste(CasoDeTeste):
448448
self.verificar_elemento('td:contains("Avenida Beira-Mar")')
449449
self.voltar()
450450
self.verificar_verdade("João" in self.obter_url_atual())
451-
self.atualizar_a_página() # noqa
451+
self.atualizar_a_página()
452452
self.digitar("#searchform input", "Teatro Amazonas")
453453
self.clique("#searchform button")
454454
self.verificar_texto("Teatro Amazonas", "#firstHeading")

0 commit comments

Comments
 (0)