Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspinder committed Nov 30, 2023
1 parent ce8f1cd commit 65c29fb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions gpjax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@
objectives,
variational_families,
)
from gpjax.base import (
Module,
param_field,
)
from gpjax.citation import cite
from gpjax.dataset import Dataset
from gpjax.fit import fit
from gpjax.base import Module, param_field

__license__ = "MIT"
__description__ = "Didactic Gaussian processes in JAX"
Expand All @@ -48,5 +51,5 @@
"cite",
"fit",
"Module",
"param_field"
"param_field",
]

0 comments on commit 65c29fb

Please sign in to comment.