sdispater / orator

The Orator ORM provides a simple yet beautiful ActiveRecord implementation.
https://orator-orm.com
MIT License
1.43k stars 173 forks source link

Fix Pendulum Import Errors #370

Open garethpaul opened 4 years ago

garethpaul commented 4 years ago

*Why

This change fixes an import error with Pendulum.

In existing implementations folks will get the following error:

ImportError: cannot import name 'Pendulum' from 'pendulum'

What Changed

Migrating the pendulum imports.