mirror of
https://github.com/python/cpython.git
synced 2025-09-14 04:37:29 +00:00
Polish some bits to silence pychecker.
This commit is contained in:
parent
8af41ceece
commit
318b7b920d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,6 @@ import dis
|
||||||
import imp
|
import imp
|
||||||
import marshal
|
import marshal
|
||||||
import os
|
import os
|
||||||
import re
|
|
||||||
import sys
|
import sys
|
||||||
import new
|
import new
|
||||||
|
|
||||||
|
@ -122,6 +121,7 @@ class ModuleFinder:
|
||||||
return q
|
return q
|
||||||
if m.__path__:
|
if m.__path__:
|
||||||
self.ensure_fromlist(m, fromlist)
|
self.ensure_fromlist(m, fromlist)
|
||||||
|
return None
|
||||||
|
|
||||||
def determine_parent(self, caller):
|
def determine_parent(self, caller):
|
||||||
self.msgin(4, "determine_parent", caller)
|
self.msgin(4, "determine_parent", caller)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue