Skip to content

Commit

Permalink
chore: removed redundant client code (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
adubovik authored May 7, 2024
1 parent 7fa52c1 commit 6f3c7f2
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 846 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DEV_PYTHON ?= 3.11
DOCKER ?= docker
ARGS=

.PHONY: all install build serve clean client lint format test integration_tests docker_build docker_run
.PHONY: all install build serve clean lint format test integration_tests docker_build docker_run

all: build

Expand All @@ -25,9 +25,6 @@ clean:
poetry run python -m scripts.clean
poetry env remove --all

client: install
poetry run python -m client.main $(ARGS)

lint: install
poetry run nox -s lint

Expand Down
Empty file removed client/__init__.py
Empty file.
75 changes: 0 additions & 75 deletions client/chat/adapter.py

This file was deleted.

25 changes: 0 additions & 25 deletions client/chat/base.py

This file was deleted.

44 changes: 0 additions & 44 deletions client/chat/collect_consumer.py

This file was deleted.

Loading

0 comments on commit 6f3c7f2

Please sign in to comment.