Roudrigus commited on
Commit
5f0cf9b
·
verified ·
1 Parent(s): b14cd8d

Update models.py

Browse files
Files changed (1) hide show
  1. models.py +1 -0
models.py CHANGED
@@ -140,6 +140,7 @@ class Usuario(Base):
140
  def __repr__(self) -> str:
141
  return f"<Usuario id={self.id} usuario={self.usuario!r} perfil={self.perfil!r} ativo={self.ativo}>"
142
 
 
143
  # =====================================================
144
  # QUIZ - PERGUNTAS
145
  # =====================================================
 
140
  def __repr__(self) -> str:
141
  return f"<Usuario id={self.id} usuario={self.usuario!r} perfil={self.perfil!r} ativo={self.ativo}>"
142
 
143
+
144
  # =====================================================
145
  # QUIZ - PERGUNTAS
146
  # =====================================================