156 """ |
156 """ |
157 Private slot to show some help text "how to turn on the Gmail API". |
157 Private slot to show some help text "how to turn on the Gmail API". |
158 """ |
158 """ |
159 if self.__helpDialog is None: |
159 if self.__helpDialog is None: |
160 try: |
160 try: |
161 from eric7.EricNetwork.EricGoogleMail import ( # __IGNORE_WARNING__ |
161 from eric7.EricNetwork.EricGoogleMail import ( # noqa: I101 |
162 GoogleMailHelp, |
162 GoogleMailHelp, |
163 ) |
163 ) |
164 |
164 |
165 helpStr = GoogleMailHelp() |
165 helpStr = GoogleMailHelp() |
166 except ImportError: |
166 except ImportError: |