Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed Feb 22, 2022
1 parent 4275e19 commit 983966d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion agave/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0.dev1'
__version__ = '0.2.0.dev2'
5 changes: 2 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import datetime as dt
import functools
from typing import Generator, List, Callable
from typing import Callable, Generator, List

import pytest
from chalice.test import Client
from mongoengine import Document

from examples.chalicelib.models import Account, Card, File, User, Biller
from examples.chalicelib.models import Account, Biller, Card, File, User
from examples.config import (
TEST_DEFAULT_PLATFORM_ID,
TEST_DEFAULT_USER_ID,
Expand All @@ -16,7 +16,6 @@

from .helpers import accept_json


FuncDecorator = Callable[..., Generator]


Expand Down

0 comments on commit 983966d

Please sign in to comment.