Skip to content

Commit

Permalink
Drop click-params monkey patch
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Mar 3, 2023
1 parent 9ddb360 commit 45ae2c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
3 changes: 1 addition & 2 deletions wetterdienst/boot.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@


def monkeypatch():
from wetterdienst.monkeypatch import click_params_monkeypatch, fsspec_monkeypatch
from wetterdienst.monkeypatch import fsspec_monkeypatch

fsspec_monkeypatch.activate()
click_params_monkeypatch.activate()


def get_version(appname):
Expand Down
23 changes: 0 additions & 23 deletions wetterdienst/monkeypatch/click_params_monkeypatch.py

This file was deleted.

0 comments on commit 45ae2c1

Please sign in to comment.