[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][master] make flake8 happy



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • daklib/dbconn.py
    ... ... @@ -1537,6 +1537,7 @@ __all__.append('SrcContents')
    1537 1537
     
    
    1538 1538
     ################################################################################
    
    1539 1539
     
    
    1540
    +
    
    1540 1541
     class DBSource(ORMObject):
    
    1541 1542
         def __init__(self, source=None, version=None, maintainer=None,
    
    1542 1543
             changedby=None, poolfile=None, install_date=None, fingerprint=None):
    


  • Reply to: