Skip to content

Commit

Permalink
Reformat (#662)
Browse files Browse the repository at this point in the history
Reformat everything, again.
  • Loading branch information
stevemessick authored Dec 20, 2024
1 parent c9c72a8 commit b3b46d6
Show file tree
Hide file tree
Showing 16 changed files with 1,226 additions and 1,189 deletions.
12 changes: 6 additions & 6 deletions kaggle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# coding=utf-8
from __future__ import absolute_import
from kaggle.api.kaggle_api_extended import KaggleApi

api = KaggleApi()
api.authenticate()
# coding=utf-8
from __future__ import absolute_import
from kaggle.api.kaggle_api_extended import KaggleApi

api = KaggleApi()
api.authenticate()
Loading

0 comments on commit b3b46d6

Please sign in to comment.