Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer committed Feb 14, 2023
1 parent e625eb4 commit bcbc0dc
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 150 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion pytransifex/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import click

from pytransifex.api_new import Transifex
from pytransifex.api import Transifex
from pytransifex.config import CliSettings

client = Transifex(defer_login=True)
Expand Down
56 changes: 0 additions & 56 deletions pytransifex/config-plugins/opengis-mkdocs/main.py

This file was deleted.

1 change: 0 additions & 1 deletion pytransifex/config-plugins/opengis-mkdocs/requirements.txt

This file was deleted.

74 changes: 0 additions & 74 deletions pytransifex/plugins_manager.py

This file was deleted.

2 changes: 1 addition & 1 deletion tests/test_api_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from pathlib import Path
from shutil import rmtree

from pytransifex.api_new import Transifex
from pytransifex.api import Transifex
from pytransifex.interfaces import Tx


Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from click.testing import CliRunner

from pytransifex.api_new import Transifex
from pytransifex.api import Transifex
from pytransifex.cli import cli


Expand Down
16 changes: 0 additions & 16 deletions tests/test_config-plugins.py

This file was deleted.

0 comments on commit bcbc0dc

Please sign in to comment.