Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c587b commit 13aefe4Copy full SHA for 13aefe4
libpythonpro/spam/db.py
@@ -11,7 +11,7 @@ def listar(self):
11
return self.usuarios
12
13
def roll_back(self):
14
- pass
+ self.usuarios.clear()
15
16
def fechar(self):
17
pass
0 commit comments