Skip to content

Commit

Permalink
Fixed an accidental import (#143)
Browse files Browse the repository at this point in the history
Co-authored-by: Lennart Regebro <[email protected]>
  • Loading branch information
regebro and Lennart Regebro authored Oct 26, 2024
1 parent 719d41d commit e234a56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
3.1 (unreleased)
----------------

- Nothing changed yet.
- Accidentally import uno library where it isn't needed.


3.0 (2024-10-22)
Expand Down
3 changes: 1 addition & 2 deletions src/unoserver/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
from importlib import metadata
from xmlrpc.client import ServerProxy

from .server import API_VERSION

__version__ = metadata.version("unoserver")
logger = logging.getLogger("unoserver")

API_VERSION = "3"
SFX_FILTER_IMPORT = 1
SFX_FILTER_EXPORT = 2
DOC_TYPES = {
Expand Down

0 comments on commit e234a56

Please sign in to comment.