Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kaliv0 committed Dec 14, 2024
1 parent e07d9e8 commit 1e6263c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

---

# AlDict
# Aldict

[![tests](https://img.shields.io/github/actions/workflow/status/kaliv0/aldict/ci.yml)](https://github.com/kaliv0/aldict/actions/workflows/ci.yml)
![Python 3.x](https://img.shields.io/badge/python-^3.11-blue?style=flat-square&logo=Python&logoColor=white)
Expand Down
3 changes: 1 addition & 2 deletions tests/test_alias_dict.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import pytest

from aldict import AliasDict
from aldict import AliasValueError, AliasError
from aldict import AliasDict, AliasValueError, AliasError


def test_alias_dict(alias_dict):
Expand Down

0 comments on commit 1e6263c

Please sign in to comment.