From 6001a14114b6d3b4a762c2cb7a60d5c6b8fcb097 Mon Sep 17 00:00:00 2001 From: avik-pal Date: Sun, 11 Feb 2024 00:51:16 +0000 Subject: [PATCH] Format .jl files --- docs/make.jl | 4 ++-- src/Wandb.jl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index bd3e3e5..4bba193 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -12,8 +12,8 @@ makedocs(; sitename="Wandb", authors="Avik Pal", "FluxTraining.jl Integration" => "examples/fluxtraining.md", "HyperParameter Sweeps" => "examples/hparams.md", "Artifacts API" => "examples/artifacts.md", - "MPI.jl Integration" => "examples/mpi.md", - ], + "MPI.jl Integration" => "examples/mpi.md" + ] ]) deploydocs(; repo="github.com/avik-pal/Wandb.jl.git", push_preview=true, devbranch="main") diff --git a/src/Wandb.jl b/src/Wandb.jl index f535c31..05d44ef 100644 --- a/src/Wandb.jl +++ b/src/Wandb.jl @@ -3,7 +3,7 @@ module Wandb using CondaPkg, PythonCall # Interface with Python using Random using Base.CoreLogging: CoreLogging, AbstractLogger, LogLevel, Info, handle_message, - shouldlog, min_enabled_level, catch_exceptions + shouldlog, min_enabled_level, catch_exceptions const wandb = PythonCall.pynew() const numpy = PythonCall.pynew()