Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Corrige conflito do isort com o black
Browse files Browse the repository at this point in the history
  • Loading branch information
anapaulagomes committed Dec 23, 2019
1 parent 0e2d580 commit a5679e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .isort.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[settings]
multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0
use_parentheses=True
line_length=88
6 changes: 2 additions & 4 deletions scraper/scraper/spiders/cityhall.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import re
from datetime import date, datetime, timedelta


import scrapy
from scraper.items import (
CityHallBidItem, CityHallContractItem, CityHallPaymentsItem
)
from scraper.items import CityHallBidItem, CityHallContractItem, CityHallPaymentsItem

from .utils import identify_contract_id


Expand Down

0 comments on commit a5679e3

Please sign in to comment.