- 
    Type:Task 
- 
    Resolution: Unresolved
- 
    Priority:Unknown 
- 
    None
- 
    Affects Version/s: None
- 
    Component/s: greenerbuild
- 
    None
- 
        None
- 
        Python Drivers
- 
        None
- 
        None
- 
        None
- 
        None
- 
        None
- 
        None
Remove private variables from `srv_resolver.py` as described by shane.harvey@mongodb.com in https://github.com/mongodb/mongo-python-driver/pull/2272#discussion_r2035885762
"And I don't know why this class is using __ attributes, this is a private class anyway so we can rename self._fqdn -> self.fqdn and self._slen -> self.nparts or something."