Skip to content

Commit

Permalink
add formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertitsworth committed Jan 4, 2024
1 parent 444495f commit 501385e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def set_args(self, args):
self.args = args


# Globals
wiki = MultiWiki()


Expand All @@ -59,6 +58,7 @@ def set_chat_settings(settings):
for key, val in settings.items():
setattr(wiki, key, val)


def rename_duplicates(documents):
document_counts = {}

Expand Down
4 changes: 1 addition & 3 deletions test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ def pytest_addoption(parser):

def pytest_configure(config):
for marker, info in optional_markers.items():
config.addinivalue_line(
"markers", f"{marker}: {info['marker-descr']}"
)
config.addinivalue_line("markers", f"{marker}: {info['marker-descr']}")


def pytest_collection_modifyitems(config, items):
Expand Down

0 comments on commit 501385e

Please sign in to comment.