diff options
| author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2009-03-18 10:28:00 +0100 |
|---|---|---|
| committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2009-03-18 10:28:00 +0100 |
| commit | d9c0c863dfd886b61498cdc798989a67a47dbb23 (patch) | |
| tree | 3ee2f979dbb0f757eb15dad375bbca7ba7d448c2 /nodes.py | |
| parent | 09b92c5e521532066205a866508037b57f8f7fba (diff) | |
| download | astroid-git-d9c0c863dfd886b61498cdc798989a67a47dbb23.tar.gz | |
remove debug assertion
--HG--
branch : _ast_compat
Diffstat (limited to 'nodes.py')
| -rw-r--r-- | nodes.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -145,7 +145,6 @@ class NodeNG: def get_children(self): d = self.__dict__ - assert hasattr(self, '_astng_fields'), (self, self.lineno) for f in self._astng_fields: attr = d[f] if attr is None: |
