Skip to content

Commit 2312ff4

Browse files
committed
hotfix: remove bad import
1 parent ebd5c6b commit 2312ff4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.6.1] - 2025-05-07
4+
5+
### Added
6+
* `cost_codes`: create endpoint for cost codes: `get()`, `show()`, `find()`, `create()`, `update()`, `delete()` methods
7+
38
## [0.6.0] - 2025-04-04
49

510
### Added

ProPyCore/access/cost_codes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from turtle import position
21
from .base import Base
32
from ..exceptions import NotFoundItemError
43

0 commit comments

Comments
 (0)