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

[Git][ftp-team/dak][master] dbconn.py: update type annotation with quotes



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

  • 8307b6a4
    by Ansgar at 2023-02-19T23:45:18+01:00
    dbconn.py: update type annotation with quotes
    

1 changed file:

Changes:

  • daklib/dbconn.py
    ... ... @@ -1653,7 +1653,7 @@ class Suite(ORMObject):
    1653 1653
             return session.query(DBSource).filter_by(source=source). \
    
    1654 1654
                 with_parent(self)
    
    1655 1655
     
    
    1656
    -    def get_overridesuite(self) -> Suite:
    
    1656
    +    def get_overridesuite(self) -> "Suite":
    
    1657 1657
             if self.overridesuite is None:
    
    1658 1658
                 return self
    
    1659 1659
             else:
    


  • Reply to: