Skip to content

Commit 20e5a02

Browse files
fix syntax error
1 parent 0616f1e commit 20e5a02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apipkg.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ def __makeattr(self, name):
137137
if '__onfirstaccess__' in self.__map__:
138138
target = self.__map__.pop('__onfirstaccess__')
139139
importobj(*target)()
140-
if '__name__'
141140
try:
142141
modpath, attrname = self.__map__[name]
143142
except KeyError:

0 commit comments

Comments
 (0)