Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobello committed Jul 1, 2024
1 parent 154b96f commit b6ec455
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions parllama/data_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import os.path
import re
from datetime import datetime
from functools import cache
from typing import (
Any,
Dict,
Expand All @@ -19,7 +18,6 @@
import docker # type: ignore
import docker.errors # type: ignore
import docker.types # type: ignore
import ollama
import requests
import simplejson as json
from bs4 import BeautifulSoup
Expand Down
1 change: 0 additions & 1 deletion parllama/models/settings_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import os
import shutil
from argparse import Namespace
from functools import cache
from typing import List, Literal, TypeAlias

import ollama
Expand Down

0 comments on commit b6ec455

Please sign in to comment.