Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-kulak committed Jan 15, 2021
1 parent 17b1d44 commit f62efcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
from typing import Iterator, Sequence, Tuple

import backoff
from cached_property import cached_property
from base_python import BaseClient
from base_python.entrypoint import logger # FIXME (Eugene K): register logger as standard python logger
from cached_property import cached_property
from dateutil.parser import isoparse
from facebook_business import FacebookAdsApi
from facebook_business.adobjects import user as fb_user
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
import sys

import backoff
from facebook_business.exceptions import FacebookRequestError
from base_python.entrypoint import logger # FIXME (Eugene K): register logger as standard python logger

from facebook_business.exceptions import FacebookRequestError

FACEBOOK_UNKNOWN_ERROR_CODE = 99

Expand Down

0 comments on commit f62efcc

Please sign in to comment.