Skip to content

Commit

Permalink
Remove assignment of variable to itself
Browse files Browse the repository at this point in the history
Looks like a simple mistake. Introduced in
2ce408c.
  • Loading branch information
Jon Dufresne authored and Petr Viktorin committed Mar 15, 2018
1 parent 6ae0e0a commit 97aa653
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/slapdtest/_slapdtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,6 @@ def _open_ldap_conn(self, who=None, cred=None, **kwargs):
def setUpClass(cls):
cls.server = cls.server_class()
cls.server.start()
cls.server = cls.server

@classmethod
def tearDownClass(cls):
Expand Down

0 comments on commit 97aa653

Please sign in to comment.