mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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 marshal
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
import new
|
||||
|
||||
|
@ -122,6 +121,7 @@ class ModuleFinder:
|
|||
return q
|
||||
if m.__path__:
|
||||
self.ensure_fromlist(m, fromlist)
|
||||
return None
|
||||
|
||||
def determine_parent(self, caller):
|
||||
self.msgin(4, "determine_parent", caller)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue