Skip to content

Commit b3b46d6

Browse files
authored
Reformat (#662)
Reformat everything, again.
1 parent c9c72a8 commit b3b46d6

16 files changed

+1226
-1189
lines changed

kaggle/__init__.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
# coding=utf-8
18-
from __future__ import absolute_import
19-
from kaggle.api.kaggle_api_extended import KaggleApi
20-
21-
api = KaggleApi()
22-
api.authenticate()
17+
# coding=utf-8
18+
from __future__ import absolute_import
19+
from kaggle.api.kaggle_api_extended import KaggleApi
20+
21+
api = KaggleApi()
22+
api.authenticate()

0 commit comments

Comments
 (0)