Skip to content

Commit

Permalink
More linting and docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Nov 15, 2024
1 parent 5ea8b1c commit 18df810
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/curategpt/utils/llm_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Utilities for interacting with LLM APIs."""

import logging

from llm import Model, Response
Expand Down
2 changes: 2 additions & 0 deletions src/curategpt/views/namer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Functions to map between opaque IDs and names."""

from dataclasses import dataclass
from typing import Any, Iterable, Iterator, List, Tuple

Expand Down

0 comments on commit 18df810

Please sign in to comment.