mirror of
				https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
				synced 2025-10-26 18:05:28 +03:00 
			
		
		
		
	fixes
This commit is contained in:
		
							parent
							
								
									b64c531898
								
							
						
					
					
						commit
						18e9ab2ebf
					
				| @ -80,7 +80,7 @@ class Lease(Base): | |||||||
|     lease_updated = Column(DATETIME(), nullable=False) |     lease_updated = Column(DATETIME(), nullable=False) | ||||||
| 
 | 
 | ||||||
|     def __repr__(self): |     def __repr__(self): | ||||||
|         return f'Lease(origin_ref={self.origin_ref}, scope_ref={self.scope_ref}, lease_ref={self.lease_ref}, expires={self.lease_expires})' |         return f'Lease(origin_ref={self.origin_ref}, lease_ref={self.lease_ref}, expires={self.lease_expires})' | ||||||
| 
 | 
 | ||||||
|     def serialize(self) -> dict: |     def serialize(self) -> dict: | ||||||
|         return { |         return { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Oscar Krause
						Oscar Krause