()
| 1973 | |
| 1974 | |
| 1975 | def vote_close_72h_date(): |
| 1976 | # Voting open at least 72 hours according to ASF policy |
| 1977 | return datetime.now(UTC) + timedelta(hours=73) |
| 1978 | |
| 1979 | |
| 1980 | def vote_close_72h_holidays(): |
no outgoing calls
no test coverage detected
searching dependent graphs…