Skip to content

Commit

Permalink
Format .jl files
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored Feb 11, 2024
1 parent 48497ae commit 6001a14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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")
2 changes: 1 addition & 1 deletion src/Wandb.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6001a14

Please sign in to comment.